mbox series

[net-next,0/5] ibmvnic: refactor some send/handle functions

Message ID 20200928011330.79774-1-ljp@linux.ibm.com
Headers show
Series ibmvnic: refactor some send/handle functions | expand

Message

Lijun Pan Sept. 28, 2020, 1:13 a.m. UTC
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(-)

Comments

David Miller Sept. 28, 2020, 11:06 p.m. UTC | #1
From: Lijun Pan <ljp@linux.ibm.com>
Date: Sun, 27 Sep 2020 20:13:25 -0500

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

Series applied.