> -----Original Message-----
> From: Zhang, Qi Z
> Sent: Wednesday, January 15, 2020 8:20 AM
> To: Iremonger, Bernard <[email protected]>; [email protected]; Xing,
> Beilei <[email protected]>; Doherty, Declan <[email protected]>
> Cc: Ananyev, Konstantin <[email protected]>; Byrne, Stephen1
> <[email protected]>; Zhang, Helin <[email protected]>
> Subject: RE: [PATCH v5 11/14] net/i40e: display Flow Director packet
> 
> 
> 
> > -----Original Message-----
> > From: Iremonger, Bernard <[email protected]>
> > Sent: Tuesday, January 14, 2020 9:55 PM
> > To: [email protected]; Xing, Beilei <[email protected]>; Zhang, Qi Z
> > <[email protected]>; Doherty, Declan <[email protected]>
> > Cc: Ananyev, Konstantin <[email protected]>; Byrne,
> > Stephen1 <[email protected]>; Zhang, Helin
> > <[email protected]>; Iremonger, Bernard
> > <[email protected]>
> > Subject: [PATCH v5 11/14] net/i40e: display Flow Director packet
> >
> > include rte_config.h in i40e_fdir.c
> > In debug mode call rte_hexdump in i40e_flow_fdir_construct_pkt() and
> > in
> > i40e_fdir_construct_pkt()
> >
> > Signed-off-by: Bernard Iremonger <[email protected]>
> > ---
> >  drivers/net/i40e/i40e_fdir.c | 12 ++++++++++--
> >  1 file changed, 10 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/net/i40e/i40e_fdir.c
> > b/drivers/net/i40e/i40e_fdir.c index 5f85703..67bb28c 100644
> > --- a/drivers/net/i40e/i40e_fdir.c
> > +++ b/drivers/net/i40e/i40e_fdir.c
> > @@ -21,6 +21,10 @@
> >  #include <rte_tcp.h>
> >  #include <rte_sctp.h>
> >  #include <rte_hash_crc.h>
> > +#include <rte_config.h>
> > +#ifdef RTE_LIBRTE_I40E_DEBUG_FD
> 
> Seems RTE_LIBRTE_I40E_DEBUG_FD need to be defined in
> config/common_base Like RTE_LIBRTE_I40E_DEBUG_RX

Sorry, didn't see its already in patch 10/14
So
Acked-by: Qi Zhang <[email protected]>

Reply via email to