netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/7] qed*: driver updates
@ 2016-10-14  9:19 Manish Chopra
  2016-10-14  9:19 ` [PATCH v3 net-next 1/7] qed: Pass MAC hints to VFs Manish Chopra
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Manish Chopra @ 2016-10-14  9:19 UTC (permalink / raw)
  To: davem; +Cc: netdev, Yuval.Mintz, Manish Chopra

From: Manish Chopra <manish.chopra@caviumnetworks.com>

Hi David,

There are several new additions in this series;
Most are connected to either Tx offloading or Rx classifications
[either fastpath changes or supporting configuration].

In addition, there's a single IOV enhancement.

Please consider applying this series to `net-next'.

V2->V3:
Fixes below kbuild warning
call to '__compiletime_assert_60' declared with
attribute error: Need native word sized stores/loads for atomicity.

V1->V2:
Added a fix for the race in ramrod handling
pointed by Eric Dumazet [patch 7].

Thanks,
Manish

Manish Chopra (3):
  qede: GSO support for tunnels with outer csum
  qede: Prevent GSO on long Geneve headers
  qed: Fix possible race when reading firmware return code.

Yuval Mintz (4):
  qed: Pass MAC hints to VFs
  qed*: Allow unicast filtering
  qed: Allow chance for fast ramrod completions
  qed: Handle malicious VFs events

 drivers/net/ethernet/qlogic/qed/qed_l2.c     |  12 ++-
 drivers/net/ethernet/qlogic/qed/qed_sp.h     |   4 +-
 drivers/net/ethernet/qlogic/qed/qed_spq.c    |  97 +++++++++++++++--------
 drivers/net/ethernet/qlogic/qed/qed_sriov.c  | 114 ++++++++++++++++++++++-----
 drivers/net/ethernet/qlogic/qed/qed_sriov.h  |   1 +
 drivers/net/ethernet/qlogic/qed/qed_vf.c     |   4 +-
 drivers/net/ethernet/qlogic/qed/qed_vf.h     |   1 +
 drivers/net/ethernet/qlogic/qede/qede.h      |   1 +
 drivers/net/ethernet/qlogic/qede/qede_main.c |  71 +++++++++++++++--
 include/linux/qed/qed_eth_if.h               |   3 +-
 10 files changed, 244 insertions(+), 64 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2016-10-14 16:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14  9:19 [PATCH v3 net-next 0/7] qed*: driver updates Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 1/7] qed: Pass MAC hints to VFs Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 2/7] qede: GSO support for tunnels with outer csum Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 3/7] qede: Prevent GSO on long Geneve headers Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 4/7] qed*: Allow unicast filtering Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 5/7] qed: Allow chance for fast ramrod completions Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 6/7] qed: Handle malicious VFs events Manish Chopra
2016-10-14  9:19 ` [PATCH v3 net-next 7/7] qed: Fix possible race when reading firmware return code Manish Chopra
2016-10-14 16:00 ` [PATCH v3 net-next 0/7] qed*: driver updates 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).