[PATCH net-next 0/6] qed*: driver updates

2016-10-09 Thread Yuval Mintz
From: Yuval Mintz 

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.

Dave,

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

Thanks,
Yuval

Manish Chopra (2):
  qede: GSO support for tunnels with outer csum
  qede: Prevent GSO on long Geneve headers

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_spq.c|  85 ++--
 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 +-
 9 files changed, 236 insertions(+), 56 deletions(-)

-- 
1.9.3



Re: [PATCH net-next 0/6] qed*: Driver updates

2016-02-25 Thread David Miller
From: Yuval Mintz 
Date: Wed, 24 Feb 2016 16:52:44 +0200

> Usually I try to provide a sensible description of the patch set even if
> it lacks a general 'motif', but this simply contains several small,
> unrelated and self-explenatory tweaks and additions.

Series applied, however

I really wonder about how you stop and start the TX queues on carrier status
change.

The qdisc layer does that for you already, and prevents any TX from occuring
when the carrier is off.

So please explore removing that seemingly needless code.

Thanks.


[PATCH net-next 0/6] qed*: Driver updates

2016-02-24 Thread Yuval Mintz
Usually I try to provide a sensible description of the patch set even if
it lacks a general 'motif', but this simply contains several small,
unrelated and self-explenatory tweaks and additions.

Dave,

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

Thanks,
Yuval

Yuval Mintz (6):
  qede: Change pci DID for 10g device
  qede: Linearize SKBs when needed
  qede: Don't report link change needlessly
  qed: add MODULE_FIRMWARE()
  qed: Prevent probe on previous error
  qed, qede: rebrand module description

 drivers/net/ethernet/qlogic/qed/qed_main.c   | 19 +++--
 drivers/net/ethernet/qlogic/qede/qede_main.c | 62 +---
 2 files changed, 63 insertions(+), 18 deletions(-)
-- 
1.8.3.1