RE: [EXT] [PATCH 2/2] qede: Use 'skb_add_rx_frag()' instead of hand coding it

2021-04-05 Thread Manish Chopra
skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags, bd->data, > + rxq->rx_headroom, cur_size, PAGE_SIZE); > > - skb->truesize += PAGE_SIZE; > - skb->data_len += cur_size; > - skb->len += cur_size; > pkt_len -= cur_size; > } > > -- > 2.27.0 Thank you Christophe. Acked-by: Manish Chopra

RE: [EXT] [PATCH 1/2] qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'

2021-04-05 Thread Manish Chopra
age(rxq->dev, bd->mapping, > PAGE_SIZE, DMA_FROM_DEVICE); > > - skb_fill_page_desc(skb, skb_shinfo(skb)->nr_frags++, > + skb_fill_page_desc(skb, skb_shinfo(skb)->nr_frags, > bd->data, rxq->rx_headroom, cur_size); > > skb->truesize += PAGE_SIZE; > -- > 2.27.0 Acked-by: Manish Chopra

RE: [PATCH] qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueue

2016-04-14 Thread Manish Chopra
> -Original Message- > From: dept_hsg_linux_nic_dev-boun...@qlclistserver.qlogic.com > [mailto:dept_hsg_linux_nic_dev-boun...@qlclistserver.qlogic.com] On Behalf > Of Tejun Heo > Sent: Wednesday, April 13, 2016 11:14 PM > To: Amitoj Kaur Chawla > Cc: Sudarsana Kalluru ; netdev > ; linux-ke

RE: [PATCH RESEND] bnx2x:Add proper protection from concurrent users in the function bnx2_open

2015-09-25 Thread Manish Chopra
> -Original Message- > From: dept_hsg_linux_nic_dev-boun...@qlclistserver.qlogic.com > [mailto:dept_hsg_linux_nic_dev-boun...@qlclistserver.qlogic.com] On Behalf > Of Nicholas Krause > Sent: Friday, September 25, 2015 3:55 AM > To: Sony Chacko > Cc: Dept-GE Linux NIC Dev; linux-kernel; netd

RE: [PATCH] netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)

2015-05-07 Thread Manish Chopra
> -Original Message- > From: Tony Camuso [mailto:tcam...@redhat.com] > Sent: Wednesday, May 06, 2015 6:39 PM > To: linux-kernel; netdev > Cc: Manish Chopra; Sony Chacko; Rajesh Borundia; nhor...@redhat.com > Subject: [PATCH] netxen_nic: use spin_[un]lock_bh aroun

RE: netxen: BUG: sleeping function called from invalid context at include/linux/netdevice.h:476

2014-09-25 Thread Manish Chopra
> -Original Message- > From: Mike Galbraith [mailto:umgwanakikb...@gmail.com] > Sent: Thursday, September 25, 2014 7:52 PM > To: linux-kernel > Cc: Manish Chopra; Sony Chacko; Rajesh Borundia; netdev > Subject: netxen: BUG: sleeping function called from invalid context

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Manish Chopra
>-Original Message- >From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] >On Behalf Of ethan zhao >Sent: Wednesday, July 09, 2014 8:11 AM >To: David Miller >Cc: ba...@ti.com; netdev; linux-kernel; sriharsha.dev...@oracle.com; >ethan.ker...@gmail.com; vaughan >Subject: R