Searched hist:"7 fc2bf78a430f975e53f2b1e87e99d8f83cafd11" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_adminq.h | diff 7fc2bf78a430f975e53f2b1e87e99d8f83cafd11 Wed Mar 15 18:33:09 CDT 2023 Praveen Kaligineedi <pkaligineedi@google.com> gve: Changes to add new TX queues
Changes to enable adding and removing TX queues without calling gve_close() and gve_open().
Made the following changes: 1) priv->tx, priv->rx and priv->qpls arrays are allocated based on max tx queues and max rx queues 2) Changed gve_adminq_create_tx_queues(), gve_adminq_destroy_tx_queues(), gve_tx_alloc_rings() and gve_tx_free_rings() functions to add/remove a subset of TX queues rather than all the TX queues.
Signed-off-by: Praveen Kaligineedi <pkaligineedi@google.com> Reviewed-by: Jeroen de Borst <jeroendb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gve_adminq.c | diff 7fc2bf78a430f975e53f2b1e87e99d8f83cafd11 Wed Mar 15 18:33:09 CDT 2023 Praveen Kaligineedi <pkaligineedi@google.com> gve: Changes to add new TX queues
Changes to enable adding and removing TX queues without calling gve_close() and gve_open().
Made the following changes: 1) priv->tx, priv->rx and priv->qpls arrays are allocated based on max tx queues and max rx queues 2) Changed gve_adminq_create_tx_queues(), gve_adminq_destroy_tx_queues(), gve_tx_alloc_rings() and gve_tx_free_rings() functions to add/remove a subset of TX queues rather than all the TX queues.
Signed-off-by: Praveen Kaligineedi <pkaligineedi@google.com> Reviewed-by: Jeroen de Borst <jeroendb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gve.h | diff 7fc2bf78a430f975e53f2b1e87e99d8f83cafd11 Wed Mar 15 18:33:09 CDT 2023 Praveen Kaligineedi <pkaligineedi@google.com> gve: Changes to add new TX queues
Changes to enable adding and removing TX queues without calling gve_close() and gve_open().
Made the following changes: 1) priv->tx, priv->rx and priv->qpls arrays are allocated based on max tx queues and max rx queues 2) Changed gve_adminq_create_tx_queues(), gve_adminq_destroy_tx_queues(), gve_tx_alloc_rings() and gve_tx_free_rings() functions to add/remove a subset of TX queues rather than all the TX queues.
Signed-off-by: Praveen Kaligineedi <pkaligineedi@google.com> Reviewed-by: Jeroen de Borst <jeroendb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gve_rx.c | diff 7fc2bf78a430f975e53f2b1e87e99d8f83cafd11 Wed Mar 15 18:33:09 CDT 2023 Praveen Kaligineedi <pkaligineedi@google.com> gve: Changes to add new TX queues
Changes to enable adding and removing TX queues without calling gve_close() and gve_open().
Made the following changes: 1) priv->tx, priv->rx and priv->qpls arrays are allocated based on max tx queues and max rx queues 2) Changed gve_adminq_create_tx_queues(), gve_adminq_destroy_tx_queues(), gve_tx_alloc_rings() and gve_tx_free_rings() functions to add/remove a subset of TX queues rather than all the TX queues.
Signed-off-by: Praveen Kaligineedi <pkaligineedi@google.com> Reviewed-by: Jeroen de Borst <jeroendb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | gve_main.c | diff 7fc2bf78a430f975e53f2b1e87e99d8f83cafd11 Wed Mar 15 18:33:09 CDT 2023 Praveen Kaligineedi <pkaligineedi@google.com> gve: Changes to add new TX queues
Changes to enable adding and removing TX queues without calling gve_close() and gve_open().
Made the following changes: 1) priv->tx, priv->rx and priv->qpls arrays are allocated based on max tx queues and max rx queues 2) Changed gve_adminq_create_tx_queues(), gve_adminq_destroy_tx_queues(), gve_tx_alloc_rings() and gve_tx_free_rings() functions to add/remove a subset of TX queues rather than all the TX queues.
Signed-off-by: Praveen Kaligineedi <pkaligineedi@google.com> Reviewed-by: Jeroen de Borst <jeroendb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|