Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734292
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission |
| Date | 2017-09-18 18:40 +0200 |
| Message-ID | <ur7fs-fa-25@gated-at.bofh.it> (permalink) |
| References | <uqYYx-39L-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Richard Cochran <rcochran@linutronix.de> Date: Mon, 18 Sep 2017 09:41:15 +0200 > - The driver does not handle out of order packets. If user space > sends a packet with an earlier Tx time, then the code should stop > the queue, reshuffle the descriptors accordingly, and then > restart the queue. The user should simply be not allowed to do this. Once the packet is in the device queue, that's it. You cannot insert a new packet to be transmitted before an already hw queued packet, period. Any out of order request should be rejected with an error. I'd say the same is true for requests to send packets timed in the past.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH RFC V1 net-next 0/6] Time based packet transmission Richard Cochran <rcochran@linutronix.de> - 2017-09-18 09:50 +0200
[PATCH RFC V1 net-next 1/6] net: Add a new socket option for a future transmit time. Richard Cochran <rcochran@linutronix.de> - 2017-09-18 09:50 +0200
Re: [PATCH RFC V1 net-next 1/6] net: Add a new socket option for a future transmit time. Richard Cochran <richardcochran@gmail.com> - 2017-09-18 17:00 +0200
Re: [PATCH RFC V1 net-next 1/6] net: Add a new socket option for a future transmit time. Eric Dumazet <eric.dumazet@gmail.com> - 2017-09-18 17:20 +0200
[PATCH RFC V1 net-next 6/6] net: igb: Implement time based transmission. Richard Cochran <rcochran@linutronix.de> - 2017-09-18 09:50 +0200
[PATCH RFC V1 net-next 3/6] net: ipv4: raw: Hook into time based transmission. Richard Cochran <rcochran@linutronix.de> - 2017-09-18 09:50 +0200
Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission David Miller <davem@davemloft.net> - 2017-09-18 18:40 +0200
Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission Miroslav Lichvar <mlichvar@redhat.com> - 2017-09-19 16:50 +0200
Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission Richard Cochran <richardcochran@gmail.com> - 2017-09-19 18:50 +0200
Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission levipearson@gmail.com - 2017-09-20 19:40 +0200
Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission Richard Cochran <richardcochran@gmail.com> - 2017-09-20 22:20 +0200
csiph-web