netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] GVE Raw Addressing
@ 2020-10-14 22:27 David Awogbemila
  2020-10-14 22:27 ` [PATCH net-next v4 1/4] gve: Add support for raw addressing device option David Awogbemila
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Awogbemila @ 2020-10-14 22:27 UTC (permalink / raw)
  To: netdev; +Cc: David Awogbemila

Changes from v3:
Patch 1: Avoid long condition in describe_device when verifying size of option and option length,
        apply byteswap to constant when verifying raw addressing feature mask so conversion can be
	done at compile time,
        use dev_warn & print bad params for raw addressing feature mask errors,
        use dev_dbg for unrecognized oprion error,
        fix alignment.
Patch 2: Fix error path where page allocation fails during
	gve_prefill_rx_pages.
	Add function gve_rx_unfill_pages to herlp clean up rx _rings.
Patch 3: Fix double space,
        simplify check to fit packet into half page & use mtu, not max_mtu,
        remove unncessary parens,
        add missing empty line,
        correct segments spelling,
        add Buffer refilling mechanism for RDA: return budget to trigger napi reschedule,
        remove  unnecessary parens.
Patch 4: Fix double space.

Catherine Sullivan (3):
  gve: Add support for raw addressing device option
  gve: Add support for raw addressing to the rx path
  gve: Add support for raw addressing in the tx path

David Awogbemila (1):
  gve: Rx Buffer Recycling

 drivers/net/ethernet/google/gve/gve.h        |  40 +-
 drivers/net/ethernet/google/gve/gve_adminq.c |  70 +++-
 drivers/net/ethernet/google/gve/gve_adminq.h |  15 +-
 drivers/net/ethernet/google/gve/gve_desc.h   |  18 +-
 drivers/net/ethernet/google/gve/gve_main.c   |  12 +-
 drivers/net/ethernet/google/gve/gve_rx.c     | 366 ++++++++++++++-----
 drivers/net/ethernet/google/gve/gve_tx.c     | 205 +++++++++--
 7 files changed, 574 insertions(+), 152 deletions(-)

-- 
2.28.0.1011.ga647a8990f-goog


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

end of thread, other threads:[~2020-10-15 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 22:27 [PATCH v4 0/4] GVE Raw Addressing David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 1/4] gve: Add support for raw addressing device option David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 2/4] gve: Add support for raw addressing to the rx path David Awogbemila
2020-10-15 18:32   ` Jakub Kicinski
2020-10-15 20:03     ` David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 3/4] gve: Rx Buffer Recycling David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 4/4] gve: Add support for raw addressing in the tx path David Awogbemila

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).