Re: [PATCH iproute2 net-next v5 1/5] etf: Add skip_sock_check

2019-07-19 Thread Patel, Vedang
> On Jul 18, 2019, at 10:12 PM, Stephen Hemminger > wrote: > > On Thu, 18 Jul 2019 12:55:39 -0700 > Vedang Patel wrote: > >> -print_string(PRINT_ANY, "deadline_mode", "deadline_mode %s", >> +print_string(PRINT_ANY, "deadline_mode", "deadline_mode %s ", >>

Re: [PATCH iproute2 net-next v5 1/5] etf: Add skip_sock_check

2019-07-18 Thread Stephen Hemminger
On Thu, 18 Jul 2019 12:55:39 -0700 Vedang Patel wrote: > - print_string(PRINT_ANY, "deadline_mode", "deadline_mode %s", > + print_string(PRINT_ANY, "deadline_mode", "deadline_mode %s ", > (qopt->flags & TC_ETF_DEADLINE_MODE_ON) ? "on" > : "off"); > + pri

Re: [PATCH iproute2 net-next v5 1/5] etf: Add skip_sock_check

2019-07-18 Thread David Ahern
On 7/18/19 1:55 PM, Vedang Patel wrote: > ETF Qdisc currently checks for a socket with SO_TXTIME socket option. If > either is not present, the packet is dropped. In the future commits, we > want other Qdiscs to add packet with launchtime to the ETF Qdisc. Also, > there are some packets (e.g. ICMP

[PATCH iproute2 net-next v5 1/5] etf: Add skip_sock_check

2019-07-18 Thread Vedang Patel
ETF Qdisc currently checks for a socket with SO_TXTIME socket option. If either is not present, the packet is dropped. In the future commits, we want other Qdiscs to add packet with launchtime to the ETF Qdisc. Also, there are some packets (e.g. ICMP packets) which may not have a socket associated