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.
