RE: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-17 Thread Sriram Yagnaraman
u.org; Jason Wang ; > Dmitry > >> Fleytman ; quint...@redhat.com; Philippe > >> Mathieu-Daudé > >> Subject: Re: [PATCH for 8.0 v2] igb: Save the entire Tx context > >> descriptor > >> > >> On 2023/03/17 5:27, Sriram Yagnaraman wrote: > &

Re: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-17 Thread Akihiko Odaki
; quint...@redhat.com; Philippe Mathieu-Daudé ; Akihiko Odaki Subject: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor The current implementation of igb uses only part of a advanced Tx context descriptor because it misses some features and sniffs the trait of the packet instead of

RE: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-17 Thread Sriram Yagnaraman
Thursday, 16 March 2023 16:57 > >> Cc: qemu-devel@nongnu.org; Jason Wang ; > Dmitry > >> Fleytman ; quint...@redhat.com; Philippe > >> Mathieu-Daudé ; Akihiko Odaki > >> > >> Subject: [PATCH for 8.0 v2] igb: Save the entire Tx context > >> descr

Re: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-16 Thread Akihiko Odaki
-Daudé ; Akihiko Odaki Subject: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor The current implementation of igb uses only part of a advanced Tx context descriptor because it misses some features and sniffs the trait of the packet instead of respecting the packet type specified in

RE: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-16 Thread Sriram Yagnaraman
eu-Daudé ; Akihiko Odaki > > Subject: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor > > The current implementation of igb uses only part of a advanced Tx context > descriptor because it misses some features and sniffs the trait of the packet > instead of respecting t

Re: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-16 Thread Juan Quintela
Akihiko Odaki wrote: > The current implementation of igb uses only part of a advanced Tx > context descriptor because it misses some features and sniffs the trait > of the packet instead of respecting the packet type specified in the > descriptor. However, we will certainly need the entire Tx cont

Re: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-16 Thread Philippe Mathieu-Daudé
On 16/3/23 16:57, Akihiko Odaki wrote: The current implementation of igb uses only part of a advanced Tx context descriptor because it misses some features and sniffs the trait of the packet instead of respecting the packet type specified in the descriptor. However, we will certainly need the ent

[PATCH for 8.0 v2] igb: Save the entire Tx context descriptor

2023-03-16 Thread Akihiko Odaki
The current implementation of igb uses only part of a advanced Tx context descriptor because it misses some features and sniffs the trait of the packet instead of respecting the packet type specified in the descriptor. However, we will certainly need the entire Tx context descriptor when we update