Re: [Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME

2019-06-11 Thread Keller, Jacob E
> -Original Message- > From: Geva, Erez [mailto:erez.geva@siemens.com] > Sent: Tuesday, June 11, 2019 7:32 AM > To: Petr Machata > Cc: linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME > >

Re: [Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME

2019-06-11 Thread Geva, Erez
FILTER_ALL, > but if NIc driver only set filter to be one of Rx filter 1, Rx filter 2 > then the PTP daemon may proceed normally. > > Erez > > ____________________ > From: Petr Machata [pe...@mellanox.com] > Sent: 10 June 2019 15:56 > To: linuxptp-devel@lists.sourceforg

Re: [Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME

2019-06-11 Thread Petr Machata
, Rx filter 2 > then the PTP daemon may proceed normally. > > Erez > > ____________ > From: Petr Machata [pe...@mellanox.com] > Sent: 10 June 2019 15:56 > To: linuxptp-devel@lists.sourceforge.net > Subject: [Linuxptp-devel] [PATCH v2] s

Re: [Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME

2019-06-11 Thread Geva, Erez
2 then the PTP daemon may proceed normally. Erez From: Petr Machata [pe...@mellanox.com] Sent: 10 June 2019 15:56 To: linuxptp-devel@lists.sourceforge.net Subject: [Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME struct hwtstamp_config.rx

[Linuxptp-devel] [PATCH v2] sk: Recognize HWTSTAMP_FILTER_SOME

2019-06-10 Thread Petr Machata
struct hwtstamp_config.rx_filter passed to SIOCSHWTSTAMP can be updated by the kernel with the value of HWTSTAMP_FILTER_SOME. That indicates that all requested packets will be timestamped, and some others as well. Update hwts_init() to recognize this as a valid response, instead of rejecting it