RE: [PATCH net-next] liquidio: add support for OVS offload

2017-06-04 Thread Chickles, Derek
> From: David Miller [mailto:da...@davemloft.net] > Sent: Saturday, May 27, 2017 5:07 PM > Subject: Re: [PATCH net-next] liquidio: add support for OVS offload > > From: Felix Manlunas > Date: Sat, 27 May 2017 08:56:33 -0700 > > > From: VSR Burru > > >

Re: [PATCH net-next] liquidio: add support for OVS offload

2017-05-27 Thread David Miller
From: Felix Manlunas Date: Sat, 27 May 2017 08:56:33 -0700 > From: VSR Burru > > Add support for OVS offload. By default PF driver runs in basic NIC mode > as usual. To run in OVS mode, use the insmod parameter "fw_type=ovs". > > For OVS mode, create a management interface for communication

[PATCH net-next] liquidio: add support for OVS offload

2017-05-27 Thread Felix Manlunas
From: VSR Burru Add support for OVS offload. By default PF driver runs in basic NIC mode as usual. To run in OVS mode, use the insmod parameter "fw_type=ovs". For OVS mode, create a management interface for communication with NIC firmware. This communication channel uses PF0's I/O rings. Bum