Re: [dpdk-dev] [PATCH] net/i40e: base code update

2017-03-03 Thread Bruce Richardson
I think the title needs to be a bit more specific on this one... On Fri, Mar 03, 2017 at 10:35:33AM +0800, Jingjing Wu wrote: > On X722, we can control whether or not the hardware performs ATR > eviction. Define the correct bit so we can twiddle it. > > Signed-off-by: Jingjing Wu > --- > driver

[dpdk-dev] [PATCH] net/i40e: base code update

2017-03-02 Thread Jingjing Wu
On X722, we can control whether or not the hardware performs ATR eviction. Define the correct bit so we can twiddle it. Signed-off-by: Jingjing Wu --- drivers/net/i40e/base/i40e_adminq_cmd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/i40e/base/i40e_adminq_cmd.h b/drivers/ne