Re: [dpdk-dev] [PATCH v2] net/af_packet: make bypass configurable

2017-10-05 Thread Chas Williams
On Wed, Sep 20, 2017 at 9:21 AM, Ferruh Yigit wrote: > On 9/19/2017 10:45 PM, Chas Williams wrote: > > From: "Charles (Chas) Williams" > > > > In certain situations, low speed interfaces, it may be desirable to > > have the flow control provided by the kernel queueing disciplines. > > Out of cur

Re: [dpdk-dev] [PATCH v2] net/af_packet: make bypass configurable

2017-09-20 Thread Ferruh Yigit
On 9/19/2017 10:45 PM, Chas Williams wrote: > From: "Charles (Chas) Williams" > > In certain situations, low speed interfaces, it may be desirable to > have the flow control provided by the kernel queueing disciplines. Out of curiosity, do you have any compression of performance numbers with and

Re: [dpdk-dev] [PATCH v2] net/af_packet: make bypass configurable

2017-09-20 Thread Luca Boccassi
On Tue, 2017-09-19 at 17:45 -0400, Chas Williams wrote: > From: "Charles (Chas) Williams" > > In certain situations, low speed interfaces, it may be desirable to > have the flow control provided by the kernel queueing disciplines. > > Signed-off-by: Chas Williams > --- >  drivers/net/af_packet/

[dpdk-dev] [PATCH v2] net/af_packet: make bypass configurable

2017-09-19 Thread Chas Williams
From: "Charles (Chas) Williams" In certain situations, low speed interfaces, it may be desirable to have the flow control provided by the kernel queueing disciplines. Signed-off-by: Chas Williams --- drivers/net/af_packet/rte_eth_af_packet.c | 22 +- 1 file changed, 17 inse