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

2017-09-22 Thread Ferruh Yigit
On 9/21/2017 3:43 PM, Ferruh Yigit wrote: > On 9/21/2017 10:57 AM, 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 Willi

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

2017-09-21 Thread Ferruh Yigit
On 9/21/2017 10:57 AM, 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 Reviewed-by: Ferruh Yigit

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

2017-09-21 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 | 24 ++-- 1 file changed, 18 in