virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20220914144911.56422-3-gavinl@nvidia.com>]
  • * Re: [PATCH v6 0/2] Improve virtio performance for 9k mtu
           [not found] <20220914144911.56422-1-gavinl@nvidia.com>
           [not found] ` <20220914144911.56422-2-gavinl@nvidia.com>
           [not found] ` <20220914144911.56422-3-gavinl@nvidia.com>
    @ 2022-09-29  7:00 ` Michael S. Tsirkin
           [not found] ` <68934c1a-6c75-f410-2c29-1a7edc97aeb9@nvidia.com>
      3 siblings, 0 replies; 4+ messages in thread
    From: Michael S. Tsirkin @ 2022-09-29  7:00 UTC (permalink / raw)
      To: Gavin Li
      Cc: virtio-dev, sridhar.samudrala, jesse.brandeburg, virtualization,
    	stephen, loseweigh, netdev, kuba, davem
    
    On Wed, Sep 14, 2022 at 05:49:09PM +0300, Gavin Li wrote:
    > This small series contains two patches that improves virtio netdevice
    > performance for 9K mtu when GRO/ guest TSO is disabled.
    > 
    > Gavin Li (2):
    >   virtio-net: introduce and use helper function for guest gso support
    >     checks
    
    
    series:
    
    Acked-by: Michael S. Tsirkin <mst@redhat.com>
    
    this is net-next material
    
    
    > ---
    > changelog:
    > v4->v5
    > - Addressed comments from Michael S. Tsirkin
    > - Remove unnecessary () in return clause
    > v1->v2
    > - Add new patch
    > ---
    >   virtio-net: use mtu size as buffer length for big packets
    > ---
    > changelog:
    > v5->v6
    > - Addressed comments from Jason and Michael S. Tsirkin
    > - Remove wrong commit log description
    > - Rename virtnet_set_big_packets_fields with virtnet_set_big_packets
    > - Add more test results for different feature combinations
    > v4->v5
    > - Addressed comments from Michael S. Tsirkin
    > - Improve commit message
    > v3->v4
    > - Addressed comments from Si-Wei
    > - Rename big_packets_sg_num with big_packets_num_skbfrags
    > v2->v3
    > - Addressed comments from Si-Wei
    > - Simplify the condition check to enable the optimization
    > v1->v2
    > - Addressed comments from Jason, Michael, Si-Wei.
    > - Remove the flag of guest GSO support, set sg_num for big packets and
    >   use it directly
    > - Recalculate sg_num for big packets in virtnet_set_guest_offloads
    > - Replace the round up algorithm with DIV_ROUND_UP
    > ---
    > 
    >  drivers/net/virtio_net.c | 48 ++++++++++++++++++++++++++--------------
    >  1 file changed, 32 insertions(+), 16 deletions(-)
    > 
    > -- 
    > 2.31.1
    
    _______________________________________________
    Virtualization mailing list
    Virtualization@lists.linux-foundation.org
    https://lists.linuxfoundation.org/mailman/listinfo/virtualization
    
    ^ permalink raw reply	[flat|nested] 4+ messages in thread
  • [parent not found: <68934c1a-6c75-f410-2c29-1a7edc97aeb9@nvidia.com>]

  • end of thread, other threads:[~2022-09-29  7:01 UTC | newest]
    
    Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20220914144911.56422-1-gavinl@nvidia.com>
         [not found] ` <20220914144911.56422-2-gavinl@nvidia.com>
    2022-09-22  1:39   ` [PATCH v6 1/2] virtio-net: introduce and use helper function for guest gso support checks Jason Wang
         [not found] ` <20220914144911.56422-3-gavinl@nvidia.com>
    2022-09-22  1:41   ` [PATCH v6 2/2] virtio-net: use mtu size as buffer length for big packets Jason Wang
    2022-09-29  7:00 ` [PATCH v6 0/2] Improve virtio performance for 9k mtu Michael S. Tsirkin
         [not found] ` <68934c1a-6c75-f410-2c29-1a7edc97aeb9@nvidia.com>
    2022-09-29  7:01   ` [virtio-dev] " Michael S. Tsirkin
    

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