netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] cxgb4vf: Interrupt and queue configuration changes
@ 2016-03-08  5:20 Hariprasad Shenai
  2016-03-08  5:20 ` [PATCH net-next 1/4] cxgb4vf: Enable interrupts before we register our network devices Hariprasad Shenai
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hariprasad Shenai @ 2016-03-08  5:20 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, nirranjan, Hariprasad Shenai

Hi,

This series fixes some issues and some changes in the queue and interrupt
configuration for cxgb4vf driver. We need to enable interrupts before we
register our network device, so that we don't loose link up interrupts.
Allocate rx queues based on interrupt type. Set number of tx/rx queues in
probe function only. Also adds check for some invalid configurations.

This patch series has been created against net-next tree and includes
patches on cxgb4vf driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.

Thanks

Hariprasad Shenai (4):
  cxgb4vf: Enable interrupts before we register our network devices
  cxgb4vf: Configure queue based on resource and interrupt type
  cxgb4vf: Add a couple more checks for invalid provisioning
    configurations
  cxgb4vf : Set number of queues in pci probe only

 .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c    |  221 +++++++++++---------
 1 files changed, 125 insertions(+), 96 deletions(-)

-- 
1.7.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-10 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08  5:20 [PATCH net-next 0/4] cxgb4vf: Interrupt and queue configuration changes Hariprasad Shenai
2016-03-08  5:20 ` [PATCH net-next 1/4] cxgb4vf: Enable interrupts before we register our network devices Hariprasad Shenai
2016-03-08  5:20 ` [PATCH net-next 2/4] cxgb4vf: Configure queue based on resource and interrupt type Hariprasad Shenai
2016-03-08  5:20 ` [PATCH net-next 3/4] cxgb4vf: Add a couple more checks for invalid provisioning configurations Hariprasad Shenai
2016-03-08  5:20 ` [PATCH net-next 4/4] cxgb4vf: Set number of queues in pci probe only Hariprasad Shenai
2016-03-10 21:12 ` [PATCH net-next 0/4] cxgb4vf: Interrupt and queue configuration changes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).