> Hi Sriram, > > On Mon Aug 19 2024, Sriram Yagnaraman wrote: > >> -----Original Message----- > >> From: Maciej Fijalkowski <maciej.fijalkow...@intel.com> > >> Sent: Monday, 19 August 2024 16:11 > >> To: Kurt Kanzenbach <k...@linutronix.de> > >> Cc: Tony Nguyen <anthony.l.ngu...@intel.com>; Przemek Kitszel > >> <przemyslaw.kits...@intel.com>; David S. Miller <da...@davemloft.net>; > >> Eric Dumazet <eduma...@google.com>; Jakub Kicinski <k...@kernel.org>; > >> Paolo Abeni <pab...@redhat.com>; Alexei Starovoitov <a...@kernel.org>; > >> Daniel Borkmann <dan...@iogearbox.net>; Jesper Dangaard Brouer > >> <h...@kernel.org>; John Fastabend <john.fastab...@gmail.com>; Richard > >> Cochran <richardcoch...@gmail.com>; Sriram Yagnaraman > >> <sriram.yagnara...@ericsson.com>; Benjamin Steinke > >> <benjamin.stei...@woks-audio.com>; Sebastian Andrzej Siewior > >> <bige...@linutronix.de>; intel-wired-...@lists.osuosl.org; > >> net...@vger.kernel.org; b...@vger.kernel.org; Sriram Yagnaraman > >> <sriram.yagnara...@est.tech> > >> Subject: Re: [PATCH iwl-next v6 4/6] igb: Introduce XSK data structures and > >> helpers > >> > >> On Mon, Aug 19, 2024 at 03:41:20PM +0200, Kurt Kanzenbach wrote: > >> > On Mon Aug 19 2024, Maciej Fijalkowski wrote: > >> > > On Fri, Aug 16, 2024 at 11:24:03AM +0200, Kurt Kanzenbach wrote: > >> > >> From: Sriram Yagnaraman <sriram.yagnara...@est.tech> > >> > >> > >> > >> Add the following ring flag: > >> > >> - IGB_RING_FLAG_TX_DISABLED (when xsk pool is being setup) > >> > >> > >> > >> Add a xdp_buff array for use with XSK receive batch API, and a > >> > >> pointer to xsk_pool in igb_adapter. > >> > >> > >> > >> Add enable/disable functions for TX and RX rings. > >> > >> Add enable/disable functions for XSK pool. > >> > >> Add xsk wakeup function. > >> > >> > >> > >> None of the above functionality will be active until > >> > >> NETDEV_XDP_ACT_XSK_ZEROCOPY is advertised in netdev- > >> >xdp_features. > >> > >> > >> > >> Signed-off-by: Sriram Yagnaraman <sriram.yagnara...@est.tech> > >> > > > >> > > Sriram's mail bounces unfortunately, is it possible to grab his > >> > > current address? > >> > > >> > His current email address is in the Cc list. However, i wasn't sure if > >> > it's okay to update the From and SoB of these patches? > >> > >> Okay. Then I believe Sriram should provide a mailmap entry to map his old > >> mail to a new one. > > > > Please feel free to remove my "est.tech" address from From: and > > Signed-of-By: > > Ok, I'll replace your est.tech email address with your ericsson one in > all patches. Or do you have a personal address (like gmail), which you > prefer?
Personal mail is probably best choice. > > What about the copyright in igb_xsk.c? Does it belong to you, or Intel > or to your previous employer? > > > I am just glad that my work has not gone to waste. Thank you for that. > > You're welcome. > > > I will check with my company's *lawyers* to see if I can provide a > > mailmap to my current address :( > > Good luck with that :-). > > Thanks, > Kurt