Re: [PATCH v2 1/5] ixgbe: added Rx/Tx ring disable/enable functions

2018-10-02 Thread William Tu
On Tue, Oct 2, 2018 at 1:01 AM Björn Töpel wrote: > > From: Björn Töpel > > Add functions for Rx/Tx ring enable/disable. Instead of resetting the > whole device, only the affected ring is disabled or enabled. > > This plumbing is used in later commits, when zero-copy AF_XDP support > is introduce

[PATCH v2 1/5] ixgbe: added Rx/Tx ring disable/enable functions

2018-10-02 Thread Björn Töpel
From: Björn Töpel Add functions for Rx/Tx ring enable/disable. Instead of resetting the whole device, only the affected ring is disabled or enabled. This plumbing is used in later commits, when zero-copy AF_XDP support is introduced. Signed-off-by: Björn Töpel --- drivers/net/ethernet/intel/i