Re: [dpdk-dev] [PATCH] net/vmxnet3: avoid code duplication

2017-07-05 Thread Ferruh Yigit
On 7/5/2017 3:55 PM, Ferruh Yigit wrote: > On 6/29/2017 8:35 PM, Charles (Chas) Williams wrote: >> Refactor vmxnet3_post_rx_bufs() to call vmxnet3_renew_desc() >> to update the newly allocated mbufs. While here, relocate the >> relevant comments to vmxnet3_renew_desc(). >> >> Signed-off-by: Chas W

Re: [dpdk-dev] [PATCH] net/vmxnet3: avoid code duplication

2017-07-05 Thread Ferruh Yigit
On 6/29/2017 8:35 PM, Charles (Chas) Williams wrote: > Refactor vmxnet3_post_rx_bufs() to call vmxnet3_renew_desc() > to update the newly allocated mbufs. While here, relocate the > relevant comments to vmxnet3_renew_desc(). > > Signed-off-by: Chas Williams Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH] net/vmxnet3: avoid code duplication

2017-06-29 Thread Charles (Chas) Williams
Refactor vmxnet3_post_rx_bufs() to call vmxnet3_renew_desc() to update the newly allocated mbufs. While here, relocate the relevant comments to vmxnet3_renew_desc(). Signed-off-by: Chas Williams --- drivers/net/vmxnet3/vmxnet3_rxtx.c | 61 +- 1 file changed,