DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] dpdk example load_lanlancer
@ 2016-09-02  9:44 Caianning
  2016-09-22 14:08 ` Andriy Berestovskyy
  0 siblings, 1 reply; 2+ messages in thread
From: Caianning @ 2016-09-02  9:44 UTC (permalink / raw)
  To: users


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-users] dpdk example load_lanlancer
  2016-09-02  9:44 [dpdk-users] dpdk example load_lanlancer Caianning
@ 2016-09-22 14:08 ` Andriy Berestovskyy
  0 siblings, 0 replies; 2+ messages in thread
From: Andriy Berestovskyy @ 2016-09-22 14:08 UTC (permalink / raw)
  To: Caianning; +Cc: users

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-22 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02  9:44 [dpdk-users] dpdk example load_lanlancer Caianning
2016-09-22 14:08 ` Andriy Berestovskyy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).