Re: [PATCH v6 net-next 02/19] ionic: Add basic framework for IONIC Network device driver

2019-08-30 Thread Shannon Nelson
On 8/29/19 3:38 PM, Jakub Kicinski wrote: On Thu, 29 Aug 2019 11:27:03 -0700, Shannon Nelson wrote: This patch adds a basic driver framework for the Pensando IONIC network device. There is no functionality right now other than the ability to load and unload. Signed-off-by: Shannon Nelson diff

Re: [PATCH v6 net-next 02/19] ionic: Add basic framework for IONIC Network device driver

2019-08-29 Thread Jakub Kicinski
On Thu, 29 Aug 2019 11:27:03 -0700, Shannon Nelson wrote: > This patch adds a basic driver framework for the Pensando IONIC > network device. There is no functionality right now other than > the ability to load and unload. > > Signed-off-by: Shannon Nelson > diff --git a/drivers/net/ethernet/pe

[PATCH v6 net-next 02/19] ionic: Add basic framework for IONIC Network device driver

2019-08-29 Thread Shannon Nelson
This patch adds a basic driver framework for the Pensando IONIC network device. There is no functionality right now other than the ability to load and unload. Signed-off-by: Shannon Nelson --- .../networking/device_drivers/index.rst | 1 + .../device_drivers/pensando/ionic.rst |