Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734202
| From | Richard Cochran <richardcochran@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RFC V1 net-next 1/6] net: Add a new socket option for a future transmit time. |
| Date | 2017-09-18 17:00 +0200 |
| Message-ID | <ur5GG-7D9-15@gated-at.bofh.it> (permalink) |
| References | <uqYYx-39L-5@gated-at.bofh.it> <uqYYz-39L-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 18, 2017 at 09:41:16AM +0200, Richard Cochran wrote: > diff --git a/arch/powerpc/include/uapi/asm/socket.h b/arch/powerpc/include/uapi/asm/socket.h > index 3c590c7c42c0..55718129ab06 100644 > --- a/arch/powerpc/include/uapi/asm/socket.h > +++ b/arch/powerpc/include/uapi/asm/socket.h > @@ -17,4 +17,7 @@ > > #include <asm-generic/socket.h> > > +#define SO_TXTIME 54 > +#define SCM_TXTIME SO_TXTIME > + > #endif /* _ASM_POWERPC_SOCKET_H */ This hunk breaks powerpc builds. Will fix in the next round... Thanks, Richard
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