Hey, Looks like the ixgbe PMD supports anti-spoofing for x550 NICs only. I guess your best option here would be to disable the SR-IOV, so your device will be a normal NIC without any virtual functions.
Regards, Andriy On Fri, Sep 2, 2016 at 11:44 AM, Caianning <caianning at huawei.com> wrote: > > Hi All, > > I modified(add my packet processing) the example Load_balancer, and run it > with following cmd: > ./build/load_balancer -c 1f -- --rx "(0,0,0),(1,0,0)" --tx "(0,0),(1,0)" --w > "1,2,3,4" > > And I got the info: > Initializing NIC port 0 ... > Initializing NIC port 0 RX queue 0 ... > Initializing NIC port 0 TX queue 0 ... > PMD: ether type anti-spoofing is not supported. > PMD: ixgbe_dev_tx_queue_start(): Could not enable Tx Queue 0 > Initializing NIC port 1 ... > Initializing NIC port 1 RX queue 0 ... > Initializing NIC port 1 TX queue 0 ... > PMD: ether type anti-spoofing is not supported. > PMD: ixgbe_dev_tx_queue_start(): Could not enable Tx Queue 0 > > Does this mean any error or mis-config? > > DPDK version 16.07. > > Thx. > > -- Andriy Berestovskyy
