Re: [dpdk-dev] [PATCH] net/ena: use correct field for Rx offload features

2017-01-04 Thread Ferruh Yigit
On 1/4/2017 1:58 PM, Jakub Palider wrote: > Previously the capability bitmap for Rx offloads was mistakenly taken > from Tx capability bitmap field. This patch fixes the problem. > > Signed-off-by: Jakub Palider Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/ena: use correct field for Rx offload features

2017-01-04 Thread Jakub Palider
Previously the capability bitmap for Rx offloads was mistakenly taken from Tx capability bitmap field. This patch fixes the problem. Signed-off-by: Jakub Palider --- drivers/net/ena/ena_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ena/ena_ethdev.c b/dr