Hi William,
On 2020/05/01 0:26, William Tu wrote:
On Tue, Apr 21, 2020 at 11:47:02PM +0900, Toshiaki Makita wrote:
The following commit will introduce another offload driver using XDP.
When using afxdp netdev, either of TC or XDP will be supported, so let's
add an other_config to specify which
On Tue, Apr 21, 2020 at 11:47:02PM +0900, Toshiaki Makita wrote:
> The following commit will introduce another offload driver using XDP.
> When using afxdp netdev, either of TC or XDP will be supported, so let's
> add an other_config to specify which offload driver is preferable.
> When not specifi
The following commit will introduce another offload driver using XDP.
When using afxdp netdev, either of TC or XDP will be supported, so let's
add an other_config to specify which offload driver is preferable.
When not specified, TC will be used if netdev supports it.
Signed-off-by: Toshiaki Makit