netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] ibmvnic: refactor some send/handle functions
@ 2020-09-28  1:13 Lijun Pan
  2020-09-28  1:13 ` [PATCH net-next 1/5] ibmvnic: rename send_cap_queries to send_query_cap Lijun Pan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lijun Pan @ 2020-09-28  1:13 UTC (permalink / raw)
  To: netdev; +Cc: sukadev, drt, Lijun Pan

This patch series rename and factor some send crq request functions.
The new naming aligns better with handle* functions such that it make
the code easier to read and search by new contributors.

Lijun Pan (5):
  ibmvnic: rename send_cap_queries to send_query_cap
  ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
  ibmvnic: rename send_map_query to send_query_map
  ibmvnic: create send_query_ip_offload
  ibmvnic: create send_control_ip_offload

 drivers/net/ethernet/ibm/ibmvnic.c | 222 ++++++++++++++++-------------
 1 file changed, 119 insertions(+), 103 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2020-09-28 23:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28  1:13 [PATCH net-next 0/5] ibmvnic: refactor some send/handle functions Lijun Pan
2020-09-28  1:13 ` [PATCH net-next 1/5] ibmvnic: rename send_cap_queries to send_query_cap Lijun Pan
2020-09-28  1:13 ` [PATCH net-next 2/5] ibmvnic: rename ibmvnic_send_req_caps to send_request_cap Lijun Pan
2020-09-28  1:13 ` [PATCH net-next 3/5] ibmvnic: rename send_map_query to send_query_map Lijun Pan
2020-09-28  1:13 ` [PATCH net-next 4/5] ibmvnic: create send_query_ip_offload Lijun Pan
2020-09-28  1:13 ` [PATCH net-next 5/5] ibmvnic: create send_control_ip_offload Lijun Pan
2020-09-28 23:06 ` [PATCH net-next 0/5] ibmvnic: refactor some send/handle functions 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).