DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Questions about keeping CRC
@ 2021-03-19 12:13 Min Hu (Connor)
  2021-03-19 16:06 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Min Hu (Connor) @ 2021-03-19 12:13 UTC (permalink / raw)
  To: dev, Ferruh Yigit, Thomas Monjalon

Hi, all,
	DPDK has introduced one offload: DEV_RX_OFFLOAD_KEEP_CRC. It means that 
the device has the ablility of keeping CRC(four bytes at the end of 
packet)of packet in RX.
	In common scenarios, When one packet enter into NIC device, NIC
will check the CRC and then strip the CRC,at last send the packet into 
the buffer.
	So my question is:
	 why the DEV_RX_OFFLOAD_KEEP_CRC is introduced into DPDK?  I think that 
when the packet enter into the NIC, the CRC will has no significance to 
APP. Or is there any scenarios that CRC is useful for APP?
	Thanks for your reply.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-22 11:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 12:13 [dpdk-dev] Questions about keeping CRC Min Hu (Connor)
2021-03-19 16:06 ` Stephen Hemminger
2021-03-19 17:02   ` Lance Richardson
2021-03-22 10:53     ` Ferruh Yigit
2021-03-22 11:38       ` Min Hu (Connor)

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