* [dpdk-users] DPDK e1000 Legacy Transmit Descriptor Format @ 2020-06-03 15:21 Kilian Holzinger 2020-06-04 10:03 ` Zhao1, Wei 0 siblings, 1 reply; 3+ messages in thread From: Kilian Holzinger @ 2020-06-03 15:21 UTC (permalink / raw) To: users; +Cc: wei.zhao1, jia.guo Hello, today I was trying to find a way to use the Intel LaunchTime feature of the i210 NIC in conjunction with DPDK IGB PMD driver. I thought it might be easy to get it to work, since it might be just some register that is missing. However I discovered that the e1000 driver uses the legacy transmit descriptor format and therefore the Launch Time feature is not easily available at all in DPDK. Do you see any other options I have to use this feature in DPDK? Are there plans to move to the new Transmit Descriptor Format? Best regards Kilian Holzinger ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-users] DPDK e1000 Legacy Transmit Descriptor Format 2020-06-03 15:21 [dpdk-users] DPDK e1000 Legacy Transmit Descriptor Format Kilian Holzinger @ 2020-06-04 10:03 ` Zhao1, Wei 2020-06-04 10:10 ` Zhao1, Wei 0 siblings, 1 reply; 3+ messages in thread From: Zhao1, Wei @ 2020-06-04 10:03 UTC (permalink / raw) To: Kilian Holzinger, users; +Cc: Guo, Jia Hi, Kilian Holzinger > -----Original Message----- > From: Kilian Holzinger <kilian.holzinger@gmail.com> > Sent: Wednesday, June 3, 2020 11:21 PM > To: users@dpdk.org > Cc: Zhao1, Wei <wei.zhao1@intel.com>; Guo, Jia <jia.guo@intel.com> > Subject: DPDK e1000 Legacy Transmit Descriptor Format > > Hello, > > today I was trying to find a way to use the Intel LaunchTime feature of the i210 > NIC in conjunction with DPDK IGB PMD driver. I thought it might be easy to get > it to work, since it might be just some register that is missing. However I > discovered that the e1000 driver uses the legacy transmit descriptor format > and therefore the Launch Time feature is not easily available at all in DPDK. You are righ, it seems igb driver do not get "DMA Time Stamp" at all, although it has use adv descriptor. > Do you see any other options I have to use this feature in DPDK? No > Are there plans to move to the new Transmit Descriptor Format? No plan, You had better enable this field yourself, no need to switch Transmit Descriptor Format, because e1000 it has use adv tx descriptor. > > Best regards > Kilian Holzinger ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-users] DPDK e1000 Legacy Transmit Descriptor Format 2020-06-04 10:03 ` Zhao1, Wei @ 2020-06-04 10:10 ` Zhao1, Wei 0 siblings, 0 replies; 3+ messages in thread From: Zhao1, Wei @ 2020-06-04 10:10 UTC (permalink / raw) To: Kilian Holzinger, users; +Cc: Guo, Jia Hi,Kilian Holzinger > -----Original Message----- > From: Zhao1, Wei > Sent: Thursday, June 4, 2020 6:03 PM > To: Kilian Holzinger <kilian.holzinger@gmail.com>; users@dpdk.org > Cc: Guo, Jia <jia.guo@intel.com> > Subject: RE: DPDK e1000 Legacy Transmit Descriptor Format > > Hi, Kilian Holzinger > > > > -----Original Message----- > > From: Kilian Holzinger <kilian.holzinger@gmail.com> > > Sent: Wednesday, June 3, 2020 11:21 PM > > To: users@dpdk.org > > Cc: Zhao1, Wei <wei.zhao1@intel.com>; Guo, Jia <jia.guo@intel.com> > > Subject: DPDK e1000 Legacy Transmit Descriptor Format > > > > Hello, > > > > today I was trying to find a way to use the Intel LaunchTime feature > > of the i210 NIC in conjunction with DPDK IGB PMD driver. I thought it > > might be easy to get it to work, since it might be just some register > > that is missing. However I discovered that the e1000 driver uses the > > legacy transmit descriptor format and therefore the Launch Time feature is > not easily available at all in DPDK. > > You are righ, it seems igb driver do not get "DMA Time Stamp" at all, although > it has use adv descriptor. Sorry, what you need is " LaunchTime " , that is not support indeed. > > > Do you see any other options I have to use this feature in DPDK? > > No > > > Are there plans to move to the new Transmit Descriptor Format? > > No plan, You had better enable this field yourself, no need to switch Transmit > Descriptor Format, because e1000 it has use adv tx descriptor. > > > > > Best regards > > Kilian Holzinger ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-04 10:10 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-06-03 15:21 [dpdk-users] DPDK e1000 Legacy Transmit Descriptor Format Kilian Holzinger 2020-06-04 10:03 ` Zhao1, Wei 2020-06-04 10:10 ` Zhao1, Wei
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).