]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: change num_queues to num_io_queues for clarity and consistency
authorSameeh Jubran <sameehj@amazon.com>
Sun, 6 Oct 2019 12:33:23 +0000 (15:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:30:03 +0000 (09:30 -0400)
commit1d0dc0dfd24459fda12d0a2ec9c77ee6f36ea965
tree682a9957978c170872c2c7344038c09ad2ff321e
parentc731ab82f3fbbe302d9610d472fabd2a77e9cf62
net: ena: change num_queues to num_io_queues for clarity and consistency

Most places in the code refer to the IO queues as io_queues and not
simply queues. Examples - max_io_queues_per_vf, ENA_MAX_NUM_IO_QUEUES,
ena_destroy_all_io_queues() etc..

We are also adding the new max_num_io_queues field to struct ena_adapter
in the following commit.

The changes included in this commit are:
struct ena_adapter->num_queues => struct ena_adapter->num_io_queues

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_ethtool.c
drivers/net/ethernet/amazon/ena/ena_netdev.c
drivers/net/ethernet/amazon/ena/ena_netdev.h