[dpdk-dev] [PATCH] ixgbe: Fix offloading bits when RX bulk alloc is used.

2013-11-12 Thread Thomas Monjalon
12/11/2013 16:49, Ivan Boule : > On 11/08/2013 08:47 PM, Bryan Benson wrote: > > This is a fix for the ixgbe hardware offload flags not being set when > > bulk alloc RX is used. The issue was caused by masking off the bits that > > store the hardware offload values in the status_error field to retr

[dpdk-dev] [PATCH] ixgbe: Fix offloading bits when RX bulk alloc is used.

2013-11-12 Thread Ivan Boule
On 11/08/2013 08:47 PM, Bryan Benson wrote: > This is a fix for the ixgbe hardware offload flags not being set when bulk > alloc RX is used. The issue was caused by masking off the bits that store the > hardware offload values in the status_error field to retrieve the done bit > for the descript

[dpdk-dev] [PATCH] ixgbe: Fix offloading bits when RX bulk alloc is used.

2013-11-08 Thread Bryan Benson
This is a fix for the ixgbe hardware offload flags not being set when bulk alloc RX is used. The issue was caused by masking off the bits that store the hardware offload values in the status_error field to retrieve the done bit for the descriptor. Commit 7431041062b9fd0555bac7ca4abebc99e3379fa5