[PATCH] can: add a note that RECV_OWN_MSGS frames are subject to filtering

2021-04-20 Thread Erik Flodin
.rst +++ b/Documentation/networking/can.rst @@ -608,6 +608,8 @@ demand: setsockopt(s, SOL_CAN_RAW, CAN_RAW_RECV_OWN_MSGS, &recv_own_msgs, sizeof(recv_own_msgs)); +Note that reception of a socket's own CAN frames are subject to the same +filtering as other CAN frames (see :ref:`

[PATCH net-next 1/3] ethtool: fec: add note about reuse of reserved

2021-03-26 Thread Jakub Kicinski
for future extensions, ignore on GET, write 0 for SET. * + * Note that @reserved was never validated on input and ethtool user space + * left it uninitialized when calling SET. Hence going forward it can only be + * used to return a value to userspace with GET. + * * FEC modes supported by the device c

Re: [PATCH resend] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-05 Thread Pablo Neira Ayuso
On Sat, Mar 06, 2021 at 12:21:59AM +0100, Florian Westphal wrote: > Pablo Neira Ayuso wrote: > > > If I understand correctly, the connection tracking netlink interface > > > is an exception here because it has its own handling of dealing with > > > congestion ("more reliable"?) so you need to disa

Re: [PATCH resend] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-05 Thread Florian Westphal
Pablo Neira Ayuso wrote: > > If I understand correctly, the connection tracking netlink interface > > is an exception here because it has its own handling of dealing with > > congestion ("more reliable"?) so you need to disable the "default > > congestion control"? > > In conntrack, you have to c

Re: [PATCH resend] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-05 Thread Pablo Neira Ayuso
21 at 03:57:28PM -0500, Alexander Aring wrote: > > > This patch adds a note to the netlink manpage that if NETLINK_NO_ENOBUFS > > > is set there is no additional handling to make netlink reliable. It just > > > disables the error notification. > > > > A bit mo

Re: [PATCH resend] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-05 Thread Alexander Ahring Oder Aring
Hi Pablo, I appreciate your very detailed response. Thank you. On Thu, Mar 4, 2021 at 10:04 PM Pablo Neira Ayuso wrote: > > Hi Alexander, > > On Thu, Mar 04, 2021 at 03:57:28PM -0500, Alexander Aring wrote: > > This patch adds a note to the netlink manpage that if NETLINK_NO_

Re: [PATCH resend] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-04 Thread Pablo Neira Ayuso
Hi Alexander, On Thu, Mar 04, 2021 at 03:57:28PM -0500, Alexander Aring wrote: > This patch adds a note to the netlink manpage that if NETLINK_NO_ENOBUFS > is set there is no additional handling to make netlink reliable. It just > disables the error notification. A bit more backgroun

[PATCH resend] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-04 Thread Alexander Aring
This patch adds a note to the netlink manpage that if NETLINK_NO_ENOBUFS is set there is no additional handling to make netlink reliable. It just disables the error notification. The used word "avoid" receiving ENOBUFS errors can be interpreted that netlink tries to do some additi

[PATCH] netlink.7: note not reliable if NETLINK_NO_ENOBUFS

2021-03-04 Thread Alexander Aring
This patch adds a note to the netlink manpage that if NETLINK_NO_ENOBUFS is set there is no additional handling to make netlink reliable. It just disables the error notification. The used word "avoid" receiving ENOBUFS errors can be interpreted that netlink tries to do some additi

[PATCH 09/38] can: remove "WITH Linux-syscall-note" from SPDX tag of C files

2020-09-21 Thread Marc Kleine-Budde
From: Masahiro Yamada The "WITH Linux-syscall-note" exception is intended for UAPI headers. See LICENSES/exceptions/Linux-syscall-note Signed-off-by: Masahiro Yamada Link: https://lore.kernel.org/r/20200403073741.18352-1-masahi...@kernel.org Acked-by: Oliver Hartkopp Signed-of

Re: [PATCH] net: can: remove "WITH Linux-syscall-note" from SPDX tag of C files

2020-06-02 Thread Masahiro Yamada
On Fri, Apr 3, 2020 at 11:35 PM Oliver Hartkopp wrote: > > > > On 03/04/2020 09.37, Masahiro Yamada wrote: > > The "WITH Linux-syscall-note" exception is intended for UAPI headers. > > > > See LICENSES/exceptions/Linux-syscall-note > > > >

[PATCH] man: add note to ip-macsec manual about necessary key management

2019-09-25 Thread Thomas Haller
The man page of ip-macsec and the existance of the tool makes it seem like the user could just configure static keys once, and be done with it. That is not the case. Some form or key management must be done in user space. Add a note about that. Signed-off-by: Thomas Haller --- man/man8/ip

[vhost:linux-next 8/9] drivers/vhost/vhost.c:2076:5: note: in expansion of macro 'array_index_nospec'

2019-09-11 Thread kbuild test robot
ert_2077' >> declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long) _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ include/linux/compiler.h:331:4: note: in definition of macro '

[vhost:linux-next 16/17] include/linux/page_reporting.h:9:34: note: in expansion of macro 'pageblock_order'

2019-09-11 Thread kbuild test robot
/linux/page_reporting.h: In function '__del_page_from_reported_list': arch/riscv/include/asm/page.h:24:22: error: 'PMD_SHIFT' undeclared (first use in this function); did you mean 'NMI_SHIFT'? #define HPAGE_SHIFT PMD_SHIFT ^ arch/risc

[PATCH 16/16] compiler_attributes.h: add note about __section

2019-08-12 Thread Nick Desaulniers
lude/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index 6b318efd8a74..f8c008d7f616 100644 --- a/include/linux/compiler_attributes.h +++ b/include/linux/compiler_attributes.h @@ -225,6 +225,16 @@ #define __pure __attribute__((__pure__)) /* + * Note:

[net-next:master 102/111] drivers/net/phy/mdio-cavium.h:114:31: note: in expansion of macro 'readq'

2019-08-07 Thread kbuild test robot
_mdio_readq(addr) readq((void *)addr) ^ arch/sh/include/mach-common/mach/mangle-port.h:41:23: note: in definition of macro 'ioswabq' # define ioswabq(x) (x) ^ >> arch/sh/include/asm/io.h:43:47: note: in

[PATCH net-next 2/8] mlxsw: spectrum: Add note about the PTP shaper

2019-07-04 Thread Ido Schimmel
From: Shalom Toledo Add note about disabling the PTP shaper when calling to mlxsw_sp_port_ets_maxrate_set(). Signed-off-by: Shalom Toledo Acked-by: Jiri Pirko Reviewed-by: Petr Machata Signed-off-by: Ido Schimmel --- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 5 +++-- 1 file changed

Re: Shall we add some note info for tcp_min_snd_mss?

2019-07-03 Thread Eric Dumazet
On 7/3/19 1:35 AM, ZhangXiao wrote: > Hi David & Eric, > > Commit 5f3e2bf0 (tcp: add tcp_min_snd_mss sysctl) add a new interface to > adjust network. While if this variable been set too large, for example > larger then (MTU - 40), the net link maybe damaged. So, how about adding > some warning

Shall we add some note info for tcp_min_snd_mss?

2019-07-03 Thread ZhangXiao
Hi David & Eric, Commit 5f3e2bf0 (tcp: add tcp_min_snd_mss sysctl) add a new interface to adjust network. While if this variable been set too large, for example larger then (MTU - 40), the net link maybe damaged. So, how about adding some warning messages for the operator/administrator? In documen

[PATCH bpf-next 5/5] tools: bpftool: add a note on program statistics in man page

2019-04-12 Thread Quentin Monnet
Linux kernel now supports statistics for BPF programs, and bpftool is able to dump them. However, these statistics are not enabled by default, and administrators may not know how to access them. Add a paragraph in bpftool documentation, under the description of the "bpftool prog show" command, to

[PATCH bpf 2/2] bpf, doc: add note for libbpf's stand-alone build

2019-01-07 Thread Daniel Borkmann
Given this came up couple of times, add a note to libbpf's readme about the semi-automated mirror for a stand-alone build which is officially managed by BPF folks. While at it, also explicitly state the libbpf license in the readme file. Signed-off-by: Daniel Borkmann Acked-by: A

[net-next 1/6] ixgbe: add ipsec hw offload note to ixgbe Documentation

2018-11-21 Thread Jeff Kirsher
From: Shannon Nelson Add a short note about using IPsec Hardware Offload with the ixgbe driver. Signed-off-by: Shannon Nelson Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher --- Documentation/networking/ixgbe.rst | 13 + 1 file changed, 13 insertions(+) diff --git a

[net-next:master 13/221] drivers/net//ethernet/ni/nixge.c:145:2: note: in expansion of macro 'nixge_hw_dma_bd_set_addr'

2018-09-23 Thread kbuild test robot
ize [-Wpointer-to-int-cast] (bd)->field##_lo = lower_32_bits(((u64)addr)); \ ^ include/linux/kernel.h:234:33: note: in definition of macro 'lower_32_bits' #define lower_32_bits(n) ((u32)(n)) ^ &g

[net-next:master 1230/1233] arch/sparc/include/asm/io_64.h:177:20: note: in expansion of macro 'writel'

2018-05-17 Thread kbuild test robot
"cpdma_desc_pool size %d != avail %d", ^ gen_pool_size(pool->gen_pool), ~~~~~ include/asm-generic/bug.h:92:69: note: in definition of macro '__WARN_printf' #d

[net-next:master 1230/1233] arch/mips/include/asm/io.h:422:1: note: in expansion of macro '__BUILD_MEMORY_SINGLE'

2018-05-17 Thread kbuild test robot
/davinci_cpdma.c:17: arch/mips/include/asm/io.h:315:25: note: expected 'u32 {aka unsigned int}' but argument is of type 'void *' static inline void pfx##write##bwlq(type val,\ ^ >> arch/mips/include/asm/io.h:42

[PATCH 45/47] netfilter: x_tables: Add note about how to free percpu counters

2018-03-30 Thread Pablo Neira Ayuso
From: Ben Hutchings Due to the way percpu counters are allocated and freed in blocks, it is not safe to free counters individually. Currently all callers do the right thing, but let's note this restriction. Fixes: ae0ac0ed6fcf ("netfilter: x_tables: pack percpu counter allocations&qu

Re: [PATCH net-next] bindings: net: stmmac: correctify note about LPI interrupt

2017-11-11 Thread David Miller
From: Niklas Cassel Date: Thu, 9 Nov 2017 18:09:26 +0100 > There are two different combined signal for various interrupt events: > In EQOS-CORE and EQOS-MTL configurations, mci_intr_o is the interrupt > signal. > In EQOS-DMA, EQOS-AHB and EQOS-AXI configurations, these interrupt events > are com

Re: [PATCH net-next] bindings: net: stmmac: correctify note about LPI interrupt

2017-11-10 Thread Alexandre Torgue
On 11/09/2017 06:09 PM, Niklas Cassel wrote: There are two different combined signal for various interrupt events: In EQOS-CORE and EQOS-MTL configurations, mci_intr_o is the interrupt signal. In EQOS-DMA, EQOS-AHB and EQOS-AXI configurations, these interrupt events are combined with the events

[PATCH net-next] bindings: net: stmmac: correctify note about LPI interrupt

2017-11-09 Thread Niklas Cassel
There are two different combined signal for various interrupt events: In EQOS-CORE and EQOS-MTL configurations, mci_intr_o is the interrupt signal. In EQOS-DMA, EQOS-AHB and EQOS-AXI configurations, these interrupt events are combined with the events in the DMA on the sbd_intr_o signal. Depending

[net-next:master 299/301] include/trace/events/tcp.h:12:1: note: in expansion of macro 'TRACE_EVENT'

2017-10-18 Thread kbuild test robot
>> 'skc_v6_rcv_saddr'; did you mean 'skc_rcv_saddr'? #define sk_v6_rcv_saddr __sk_common.skc_v6_rcv_saddr ^ include/trace/trace_events.h:718:4: note: in definition of macro 'DECLARE_EVENT_CLASS' { assign; }

[net-next:master 427/429] drivers/net/ethernet/broadcom/genet/bcmgenet.h:687:10: note: in expansion of macro '__raw_writel'

2017-08-29 Thread kbuild test robot
nction 'bcmgenet_ext_writel': >> arch/blackfin/include/asm/def_LPBlackfin.h:38:2: error: expected expression >> before '__asm__' __asm__ __volatile__( \ ^ >> arch/blackfin/include/asm/def_LPBlackfin.h:51:33: note: in expansion of >> macro '_bfin_writeX

Re: [PATCH iproute2 4/4] man: tc-ife: add default type note

2017-08-28 Thread Jamal Hadi Salim
On 17-08-28 03:07 PM, Alexander Aring wrote: This patch updates the tc-ife man page that the default IFE ethertype will be used if it's not specified. Signed-off-by: Alexander Aring Acked-by: Jamal Hadi Salim cheers, jamal

[PATCH iproute2 4/4] man: tc-ife: add default type note

2017-08-28 Thread Alexander Aring
This patch updates the tc-ife man page that the default IFE ethertype will be used if it's not specified. Signed-off-by: Alexander Aring --- man/man8/tc-ife.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/tc-ife.8 b/man/man8/tc-ife.8 index 3a42d51b..fd2df6c3 100644

NOTE!

2017-05-01 Thread Ramona Chuckaree
Dear Email Owner, Your compensation refund is completed. Kindly find more details in attached file. We hope you find this improvement useful . Kind Regards, Mrs. Ramona Chuckaree . For: The Management.(UNCC)

Re: [PATCH net-next v3] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-20 Thread Giuseppe CAVALLARO
On 4/18/2017 2:39 PM, Niklas Cassel wrote: From: Niklas Cassel The hardware has a LPI interrupt. There is already code in the stmmac driver to parse and handle the interrupt. However, this information was missing from the DT binding. At the same time, improve the description of the existing in

Re: [PATCH net-next v3] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-20 Thread Rob Herring
On Tue, Apr 18, 2017 at 02:39:53PM +0200, Niklas Cassel wrote: > From: Niklas Cassel > > The hardware has a LPI interrupt. > There is already code in the stmmac driver to parse and handle the > interrupt. However, this information was missing from the DT binding. > > At the same time, improve th

Re: [PATCH net-next v3] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-19 Thread Joao Pinto
Hi Niklas, Às 1:39 PM de 4/18/2017, Niklas Cassel escreveu: > From: Niklas Cassel > > The hardware has a LPI interrupt. > There is already code in the stmmac driver to parse and handle the > interrupt. However, this information was missing from the DT binding. > > At the same time, improve the

[PATCH net-next v3] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-18 Thread Niklas Cassel
From: Niklas Cassel The hardware has a LPI interrupt. There is already code in the stmmac driver to parse and handle the interrupt. However, this information was missing from the DT binding. At the same time, improve the description of the existing interrupts. Signed-off-by: Niklas Cassel ---

Re: [PATCH net-next v2] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-10 Thread Giuseppe CAVALLARO
Hi Niklas On 4/10/2017 9:43 AM, Niklas Cassel wrote: From: Niklas Cassel The hardware has a LPI interrupt. There is already code in the stmmac driver to parse and handle the interrupt. However, this information was missing from the DT binding. i wonder if we could improve the comments in thi

[PATCH net-next v2] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-10 Thread Niklas Cassel
From: Niklas Cassel The hardware has a LPI interrupt. There is already code in the stmmac driver to parse and handle the interrupt. However, this information was missing from the DT binding. Signed-off-by: Niklas Cassel --- Documentation/devicetree/bindings/net/stmmac.txt | 8 1 file

Re: [PATCH net-next] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-10 Thread Niklas Cassel
On 04/07/2017 06:48 PM, Sergei Shtylyov wrote: > Hello! > > On 04/07/2017 05:30 PM, Niklas Cassel wrote: > >> From: Niklas Cassel >> >> The hardware has a LPI interrupt. >> There is already code in the stmmac driver to parse and handle the >> interrupt. However, this information was missing from

Re: [PATCH net-next] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-07 Thread Sergei Shtylyov
Hello! On 04/07/2017 05:30 PM, Niklas Cassel wrote: From: Niklas Cassel The hardware has a LPI interrupt. There is already code in the stmmac driver to parse and handle the interrupt. However, this information was missing from the DT binding. Signed-off-by: Niklas Cassel --- Documentation/

[PATCH net-next] bindings: net: stmmac: add missing note about LPI interrupt

2017-04-07 Thread Niklas Cassel
From: Niklas Cassel The hardware has a LPI interrupt. There is already code in the stmmac driver to parse and handle the interrupt. However, this information was missing from the DT binding. Signed-off-by: Niklas Cassel --- Documentation/devicetree/bindings/net/stmmac.txt | 8 1 file

[PATCH net-next 2/7] rxrpc: Note a successfully aborted kernel operation

2017-04-06 Thread David Howells
Make rxrpc_kernel_abort_call() return an indication as to whether it actually aborted the operation or not so that kafs can trace the failure of the operation. Note that 'success' in this context means changing the state of the call, not necessarily successfully transmitting an AB

Note

2017-04-03 Thread Bong Phang
favorable transaction of £ 12.5 million,which will benefit both of us.

Re: [net-next:master 53/61] net/sched/sch_tbf.c:399:3: note: in expansion of macro 'if'

2017-03-13 Thread David Miller
From: kbuild test robot Date: Mon, 13 Mar 2017 14:49:27 +0800 >>> net/sched/sch_tbf.c:399:3: note: in expansion of macro 'if' > if (child != &noop_qdisc); > ^~ > net/sched/sch_tbf.c:400:4: note: ...this statement, but the latter is > misleadin

[net-next:master 53/61] net/sched/sch_tbf.c:399:3: note: in expansion of macro 'if'

2017-03-12 Thread kbuild test robot
tant_p(!!(cond)) ? !!(cond) : \ ^ include/linux/compiler.h:158:23: note: in expansion of macro '__trace_if' #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) ^~ >> net/sched/sch_tbf.c:399:3: note: in expansion of macro 'if' if (ch

[net:master 16/18] net/core/dev.c:4444:33: note: in expansion of macro 'min'

2017-01-10 Thread kbuild test robot
^ include/linux/kernel.h:756:2: note: in expansion of macro '__min' __min(typeof(x), typeof(y), \ ^~~~~ >> net/core/dev.c::33: note: in expansion of macro 'min' NAPI_GRO_CB(skb)->frag0_len = min(skb_frag_size(frag0),

Re: [RESEND PATCH 1/3] bindings: net: stmmac: correct note about TSO

2016-12-08 Thread David Miller
with AXI BUS Mode > parameters, and the parser actually expects it to be in the root node, > not in the stmmac-axi-config. > > Also added a note about snps,tso only being available on GMAC4 and newer. > > Signed-off-by: Niklas Cassel > Acked-by: Alexandre TORGUE > A

[RESEND PATCH 1/3] bindings: net: stmmac: correct note about TSO

2016-12-07 Thread Niklas Cassel
, not in the stmmac-axi-config. Also added a note about snps,tso only being available on GMAC4 and newer. Signed-off-by: Niklas Cassel Acked-by: Alexandre TORGUE Acked-by: Rob Herring Acked-by: Giuseppe Cavallaro --- Documentation/devicetree/bindings/net/stmmac.txt | 6 +++--- 1 file changed, 3

Re: [PATCH 1/4] bindings: net: stmmac: correct note about TSO

2016-12-02 Thread Giuseppe CAVALLARO
actually expects it to be in the root node, not in the stmmac-axi-config. Also added a note about snps,tso only being available on GMAC4 and newer. Signed-off-by: Niklas Cassel Acked-by: Giuseppe Cavallaro --- Documentation/devicetree/bindings/net/stmmac.txt | 6 +++--- 1 file changed, 3

Re: [PATCH 1/4] bindings: net: stmmac: correct note about TSO

2016-11-30 Thread Rob Herring
to do with AXI BUS Mode > parameters, and the parser actually expects it to be in the root node, > not in the stmmac-axi-config. > > Also added a note about snps,tso only being available on GMAC4 and newer. > > Signed-off-by: Niklas Cassel > --- > Documentation/devicetree/bi

Re: [PATCH 1/4] bindings: net: stmmac: correct note about TSO

2016-11-24 Thread Alexandre Torgue
, and the parser actually expects it to be in the root node, not in the stmmac-axi-config. Also added a note about snps,tso only being available on GMAC4 and newer. Signed-off-by: Niklas Cassel --- Documentation/devicetree/bindings/net/stmmac.txt | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH 1/4] bindings: net: stmmac: correct note about TSO

2016-11-23 Thread Niklas Cassel
, not in the stmmac-axi-config. Also added a note about snps,tso only being available on GMAC4 and newer. Signed-off-by: Niklas Cassel --- Documentation/devicetree/bindings/net/stmmac.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/net

[PATCH net-next 1/7] rxrpc: Actually display the tx_data trace retransmission note

2016-09-30 Thread David Howells
Actually display in the tx_data trace the retransmission note added in a previous patch. Signed-off-by: David Howells --- include/trace/events/rxrpc.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/trace/events/rxrpc.h b/include/trace/events/rxrpc.h index

[PATCH net-next 6/6] rxrpc: Note serial number being ACK'd in the congestion management trace

2016-09-29 Thread David Howells
Note the serial number of the packet being ACK'd in the congestion management trace rather than the serial number of the ACK packet. Whilst the serial number of the ACK packet is useful for matching ACK packet in the output of wireshark, the serial number that the ACK is in response to is of

[net-next:master 20/24] net/sctp/output.c:37:21: note: in expansion of macro 'KBUILD_MODNAME'

2016-06-03 Thread kbuild test robot
but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] >> net/sctp/output.c:37:21: note: in expansion of macro 'KBUILD_MODNAME' #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt ^ include/linux/dynamic_debug.h:78:35: note: in expa

[net-next:master 20/24] net/sctp/output.c:185:2: note: in expansion of macro 'pr_debug'

2016-06-03 Thread kbuild test robot
nction 'sctp_packet_transmit_chunk': >> include/linux/dynamic_debug.h:64:16: warning: format '%lu' expects argument >> of type 'long unsigned int', but argument 5 has type 'size_t' [-Wformat=] static struct _ddebug __aligned(8) \ ^

Re: [PATCH] net: dummy: remove note about being Y by default

2016-04-25 Thread David Miller
From: Ivan Babrou Date: Sat, 23 Apr 2016 12:58:03 + > Signed-off-by: Ivan Babrou Applied.

[PATCH] net: dummy: remove note about being Y by default

2016-04-23 Thread Ivan Babrou
Signed-off-by: Ivan Babrou --- drivers/net/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2a1ba62b..bd86a23 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -62,9 +62,8 @@ config DUMMY this de

Re: _DSD standardization note (WAS: Re: [PATCH 2/2] net, thunder, bgx: Add support for ACPI binding.)

2015-09-08 Thread David Daney
On 09/05/2015 01:00 PM, Jon Masters wrote: Following up on this thread after finally seeing it...figured I would send something just for the archive mainly (we discussed this in person recently at a few different events and I think are aligned already). On 08/07/2015 08:28 PM, Rafael J. Wysocki

_DSD standardization note (WAS: Re: [PATCH 2/2] net, thunder, bgx: Add support for ACPI binding.)

2015-09-05 Thread Jon Masters
Following up on this thread after finally seeing it...figured I would send something just for the archive mainly (we discussed this in person recently at a few different events and I think are aligned already). On 08/07/2015 08:28 PM, Rafael J. Wysocki wrote: > Hi David, > > On Sat, Aug 8, 2015 a

Re: [net-next:master 264/272] net/core/filter.c:1429:2: note: in expansion of macro 'if'

2015-06-04 Thread Alexei Starovoitov
On 6/4/15 3:01 AM, kbuild test robot wrote: tree:git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master head: c39c4c6abb89d24454b63798ccbae12b538206a5 commit: 3896d655f4d491c67d669a15f275a39f713410f8 [264/272] bpf: introduce bpf_clone_redirect() helper config: x86_64-randconf

[net-next:master 264/272] net/core/filter.c:1429:2: note: in expansion of macro 'if'

2015-06-04 Thread kbuild test robot
net/core/filter.c: In function 'bpf_clone_redirect': net/core/filter.c:1429:18: error: 'struct sk_buff' has no member named 'tc_verd' if (G_TC_AT(skb2->tc_verd) & AT_INGRESS) ^ include/linux/compiler.h:145:28: note:

on a different note

2007-10-01 Thread Larry McVoy
I do have a pretty nice cluster of linux boxes if you need lmbench results or something like that. Linux and the rest of the unix stuff for whatever that is worth... work ~/LMbench2/bin ls -1 alpha-glibc22-linux # need to upgrade to debian 4 hppa-glibc23-linux hppa-hpux11 ia64-glibc23

Re: [PATCH] note that NETIF_F_LLTX is deprecated

2007-09-25 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sat, 22 Sep 2007 08:57:10 +0800 > On Fri, Sep 21, 2007 at 04:59:54PM +0200, Christian Borntraeger wrote: > > > > I suggest to document that LLTX is deprecated. > > > > Signed-off-by: Christian Borntraeger <[EMAIL PROTECTED]> > > This looks good to me.

Re: [PATCH] note that NETIF_F_LLTX is deprecated (was: [kvm-devel][PATCH 3/6] virtio net driver)

2007-09-21 Thread Herbert Xu
On Fri, Sep 21, 2007 at 04:59:54PM +0200, Christian Borntraeger wrote: > > I suggest to document that LLTX is deprecated. > > Signed-off-by: Christian Borntraeger <[EMAIL PROTECTED]> This looks good to me. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EM

[PATCH] note that NETIF_F_LLTX is deprecated (was: [kvm-devel][PATCH 3/6] virtio net driver)

2007-09-21 Thread Christian Borntraeger
ect against - set_multicast_list. + set_multicast_list. Note that the use of NETIF_F_LLTX is deprecated. + Dont use it for new drivers. Context: Process with BHs disabled or BH (timer), will be called with interrupts disabled by netconsole. - To un

[PATCH] docs: note about select in kconfig-language.txt

2007-08-06 Thread Jarek Poplawski
(no promts anywhere) > and for symbols with no dependencies. > That will limit the suefullness but on the other hand avoid the illegal > configurations all over. > > kconfig should one day warn about such things but I have not fel inclined > to dive into the matters hoping that Roma