summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>io.fd.hc2vpp.common</groupId>
        <artifactId>hc2vpp-parent</artifactId>
        <version>1.18.10-SNAPSHOT</version>
        <relativePath>../hc2vpp-parent</relativePath>
    </parent>

    <groupId>io.fd.hc2vpp.common</groupId>
    <artifactId>api-parent</artifactId>
    <name>${project.artifactId}</name>
    <version>1.18.10-SNAPSHOT</version>
    <packaging>pom</packaging>

    <properties>
        <javax.annotations.version>3.0.0</javax.annotations.version>
    </properties>

    <build>
        <pluginManagement>
            <plugins>
                <!-- Yangtools, generate yang -->
                <plugin>
                    <groupId>org.opendaylight.yangtools</groupId>
                    <artifactId>yang-maven-plugin</artifactId>
                    <version>${odl.yangtools.version}</version>
                    <dependencies>
                        <dependency>
                            <groupId>org.opendaylight.mdsal</groupId>
                            <artifactId>maven-sal-api-gen-plugin</artifactId>
                            <version>${odl.salGenerator.version}</version>
                            <type>jar</type>
                        </dependency>
                    </dependencies>
                    <executions>
                        <execution>
                            <id>binding</id>
                            <goals>
                                <goal>generate-sources
AgeCommit message (Expand)AuthorFilesLines
2017-02-23fix: trex-359 has_crc per driver function is obsolete - needs to be removedimarom1-2/+3
2017-02-22Dumping interface info was broken in v2.18Yaroslav Brustinov1-1/+1
2017-02-21Small reorder in drivers inheritance + fix to e1000 CRC issue (trex-354)Ido Barnea1-29/+40
2017-02-19fix for:imarom1-0/+4
2017-02-16VLAN keyword in platform config file will now make all traffic be sent over vlanIdo Barnea1-37/+48
2017-02-16tx_capture - code reviewimarom1-8/+15
2017-02-16TX packet capture - zero impact on fast pathimarom1-38/+68
2017-02-16TX feature - draftimarom1-0/+5
2017-02-13-234/+98
2017-01-24revert the default RT test flagimarom1-3/+0
2017-01-23DEBUG ONLY - MOVING TO RT MODE FOR REGRESSIONimarom1-0/+4
2017-01-23fix trex-333Hanoh Haim1-2/+109
2017-01-23enable TRex to run with --rt : real time priority for DP and RX coresimarom1-4/+33
2017-01-22Merge branch 'master' into captureimarom1-84/+61
2017-01-12Add help message for --no-scapy-server flagYaroslav Brustinov1-0/+1
2017-01-09Support for ixgbevf and i40evfIdo Barnea1-75/+51
2017-01-08fix sign of filter return valueHanoh Haim1-1/+1
2017-01-08mlx5 driver name was changedHanoh Haim1-1/+1
1-2/+17
2016-12-25Allow running x710 in --VM modeIdo Barnea1-0/+5
2016-12-25refactor layer config on prot attributesimarom1-5/+7
2016-12-24disable mbug optimization in case of stateful repeat flow, this option should...Hanoh Haim1-1/+7
2016-12-22Allow up to 10 hops TTL reduction in X710 and 82599 statefulIdo Barnea1-35/+38
2016-12-22UDP NAT --learn mode 1,3 support - doc + regression testsIdo Barnea1-8/+9
2016-12-20trex-312 ARP resolution does not work from console at virtual NICsimarom1-30/+61
2016-12-20Check OS version for Mellanox NICs; More detailed args error prints; 40G and ...Yaroslav Brustinov1-50/+67
2016-12-16revert of 1602ab2067f1752b0c72c2cd1335d210260b3b04Yaroslav Brustinov1-25/+39
2016-12-15issue: trex-295Yaroslav Brustinov1-39/+25
2016-12-13Merge branch 'master' into rx_phase_2imarom1-98/+202
2016-12-13startup issues with L2/L3imarom1-19/+22
2016-12-13Major refactor - L2 / L3 modes for portsimarom1-1/+25
2016-12-13In stateful, print latency stats only if given -l != 0Ido Barnea1-12/+14
2016-12-13Fix trex-257 - Could not count p:... printed to screen with IPv6 streamsIdo Barnea1-3/+3
2016-12-12grat ARPimarom1-15/+10
2016-12-12Added VIC tests + VIC small fix + fail tests if latency packets failIdo Barnea1-2/+2
2016-12-11mlx5 add RSS improve RX drop MPPSHanoh Haim1-10/+112
2016-12-11Cisco VIC card - support for receive all mode, and work around for IPv6 issuesIdo Barnea1-70/+51
2016-12-08Add prints about link down for statelessYaroslav Brustinov1-3/+21
2016-12-06Fix to Mellanox recevie all modeIdo Barnea1-0/+1