netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] nfp: fixes and trivial cleanup
@ 2016-09-07 18:45 Jakub Kicinski
  2016-09-07 18:45 ` [PATCH net 1/3] nfp: remove linux/version.h includes Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Kicinski @ 2016-09-07 18:45 UTC (permalink / raw)
  To: netdev; +Cc: Jakub Kicinski

Hi!

First patch drops unnecessary version.h includes.  Second one
drops support for pre-release versions of FW ABI.  Removing
FW ABI 0.0 from supported set is particularly good since 0
could just be uninitialized memory.  Last but not least I drop
unnecessary padding of frames on RX which makes us count bytes
incorrectly for the VF2VF traffic.

Jakub Kicinski (3):
  nfp: remove linux/version.h includes
  nfp: drop support for old firmware ABIs
  nfp: don't pad frames on receive

 drivers/net/ethernet/netronome/nfp/nfp_net_common.c  | 5 -----
 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c | 1 -
 drivers/net/ethernet/netronome/nfp/nfp_netvf_main.c  | 7 ++-----
 3 files changed, 2 insertions(+), 11 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-09-09  0:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 18:45 [PATCH net 0/3] nfp: fixes and trivial cleanup Jakub Kicinski
2016-09-07 18:45 ` [PATCH net 1/3] nfp: remove linux/version.h includes Jakub Kicinski
2016-09-07 18:45 ` [PATCH net 2/3] nfp: drop support for old firmware ABIs Jakub Kicinski
2016-09-07 18:45 ` [PATCH net 3/3] nfp: don't pad frames on receive Jakub Kicinski
2016-09-09  0:18 ` [PATCH net 0/3] nfp: fixes and trivial cleanup 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).