[dpdk-dev] [PATCH] examples/ptpclient: fix Tx configuration

2018-02-01 Thread Pablo de Lara
The PTP Client application requires IEEE1588 to be supported by the network driver used, which needs full Tx data path to be used. Fixes: b960219b0d83 ("examples/ptpclient: convert to new ethdev offloads API") Signed-off-by: Pablo de Lara --- examples/ptpclient/ptpclient.c | 2 ++ 1 file change

Re: [dpdk-dev] [PATCH] examples/ptpclient: fix Tx configuration

2018-02-06 Thread Thomas Monjalon
01/02/2018 17:42, Pablo de Lara: > The PTP Client application requires IEEE1588 to be supported > by the network driver used, which needs full Tx data path > to be used. > > Fixes: b960219b0d83 ("examples/ptpclient: convert to new ethdev offloads API") > > Signed-off-by: Pablo de Lara Applied,