Re: [PATCH] arch/powerpc: Remove the definition of unused cede function

2024-05-14 Thread Naveen N Rao
;powerpc/pseries: Add extended_cede_processor() helper function."), which also added [get|set]_cede_latency_hint(). Those can also be removed if extended_cede_processor() is no longer needed. - Naveen > > Signed-off-by: Gautam Menghani > --- > arch/powerpc/include/asm/plpar_w

Re: [PATCH v3 3/5] powerpc/64: Convert patch_instruction() to patch_u32()

2024-05-14 Thread Naveen N Rao
On Tue, May 14, 2024 at 04:39:30AM GMT, Christophe Leroy wrote: > > > Le 14/05/2024 à 04:59, Benjamin Gray a écrit : > > On Tue, 2024-04-23 at 15:09 +0530, Naveen N Rao wrote: > >> On Mon, Mar 25, 2024 at 04:53:00PM +1100, Benjamin Gray wrote: > >>> This u

Re: [linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] bsp/intel-corei7-64: enable Intel IOMMU support

2024-05-13 Thread Naveen Saini
Thanks Bruce. I will fix necessary configuration. Regards, Naveen > -Original Message- > From: Bruce Ashfield > Sent: Tuesday, May 14, 2024 10:14 AM > To: Saini, Naveen Kumar > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [kernel-cache][master

[jira] [Resolved] (HIVE-28255) Upgrade JLine to 3.x as 2.x is EOL.

2024-05-13 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-28255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam resolved HIVE-28255. -- Fix Version/s: Not Applicable Resolution: Duplicate > Upgrade JLine to 3.x as

[jira] [Commented] (HIVE-28255) Upgrade JLine to 3.x as 2.x is EOL.

2024-05-13 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/HIVE-28255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17845980#comment-17845980 ] Naveen Gangam commented on HIVE-28255: -- Yes, Thank you. Closing this as dup. Looks like the other

Re: [PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH

2024-05-13 Thread Naveen N Rao
dbe6e2456fb0 ("powerpc/bpf/64: add support for atomic fetch operations") Fixes: 1e82dfaa7819 ("powerpc/bpf/64: Add instructions for atomic_[cmp]xchg") > Signed-off-by: Puranjay Mohan > Acked-by: Paul E. McKenney Cc: sta...@vger.kernel.org # v6.0+ I have tested this with test_bpf and test_progs. Reviewed-by: Naveen N Rao - Naveen

[jira] [Created] (HIVE-28255) Upgrade JLine to 3.x as 2.x is EOL.

2024-05-13 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-28255: Summary: Upgrade JLine to 3.x as 2.x is EOL. Key: HIVE-28255 URL: https://issues.apache.org/jira/browse/HIVE-28255 Project: Hive Issue Type: Improvement

[meta-intel] [PATCH] linux-intel/6.x: enable Intel IOMMU driver

2024-05-12 Thread Naveen Saini
Enable support for Intel IOMMU using DMA Remapping (DMAR) Devices. Signed-off-by: Naveen Saini --- recipes-kernel/linux/linux-intel_6.6.bb | 4 +++- recipes-kernel/linux/linux-intel_6.8.bb | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux

[linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] bsp/intel-corei7-64: enable Intel IOMMU support

2024-05-08 Thread Naveen Saini
Enable Intel IOMMU driver for intel-corei7-64 machine. Signed-off-by: Naveen Saini --- bsp/intel-common/intel-corei7-64.scc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc index ad9122c1..840c739f 100644

[linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] features/intel-pinctrl: add pinctrl driver for Intel Meteor Lake

2024-05-08 Thread Naveen Saini
Signed-off-by: Naveen Saini --- features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/intel-pinctrl/intel-pinctrl.cfg b/features/intel-pinctrl/intel-pinctrl.cfg index ca928504..28abf222 100644 --- a/features/intel-pinctrl/intel-pinctrl.cfg +++ b

Re: [PATCH bpf v2] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH

2024-05-08 Thread Naveen N Rao
tmp_idx = ctx->idx * 4; > + /* > + * Enforce full ordering for operations with BPF_FETCH > by emitting a 'sync' > + * before and after the operation. > + * > + * This is a requirement in the Linux Kernel Memory > Model. > + * See __cmpxchg_u64() in asm/cmpxchg.h as an example. > + */ > + if (imm & BPF_FETCH && IS_ENABLED(CONFIG_SMP)) > + EMIT(PPC_RAW_SYNC()); Same here. I'll try and give this a test tomorrow. - Naveen

Re: [PATCH v4 2/2] powerpc/bpf: enable kfunc call

2024-05-07 Thread Naveen N Rao
thin core kernel text. > > * Changes in v3: > - Retained optimized instruction sequence when function address is > a core kernel address as suggested by Naveen. > - Used unoptimized instruction sequence for PCREL addressing to > avoid out of range errors

Re: [PATCH v4 1/2] powerpc64/bpf: fix tail calls for PCREL addressing

2024-05-07 Thread Naveen N Rao
0x8000L)) { > @@ -233,9 +235,9 @@ static int bpf_jit_emit_func_call_hlp(u32 *image, struct > codegen_context *ctx, u > > EMIT(PPC_RAW_ADDIS(_R12, _R2, PPC_HA(reladdr))); > EMIT(PPC_RAW_ADDI(_R12, _R12, PPC_LO(reladdr))); > - EMIT(PPC_RAW_MTCTR(_R12)); > - EMIT(PPC_RAW_BCTRL()); > } > + EMIT(PPC_RAW_MTCTR(_R12)); > + EMIT(PPC_RAW_BCTRL()); This change shouldn't be necessary since these instructions are moved back into the conditional in the next patch. Other than those minor comments: Reviewed-by: Naveen N Rao - Naveen

Slack Invitation

2024-05-07 Thread Naveen Kumar
Hi all, Kindly send me the invite link to join ActiveMq Slack Channel

Unable to configure SSL and authentication

2024-05-07 Thread Naveen Kumar
ue set ACTIVEMQ_SSL_OPTS = -Djavax.net.ssl.keyStore=%ACTIVEMQ_HOME%/conf/broker.ks -Djavax.net.ssl.keyStorePassword=Admin@123 -Djavax.net.ssl.trustStore=%ACTIVEMQ_HOME%/conf/client.ts -Djavax.net.ssl.trustStorePassword=Admin@123 Thanks, Naveen.

Re: [PATCH v6] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests

2024-05-07 Thread Naveen N Rao
_to_ns(be64_to_cpu(lp->l2_to_l1_cs_tb)); > + l2_runtime_ns = tb_to_ns(be64_to_cpu(lp->l2_runtime_tb)); > + trace_kvmppc_vcpu_stats(vcpu, l1_to_l2_ns - local_paca->l1_to_l2_cs, > + l2_to_l1_ns - local_paca->l2_to_l1_cs, > +

Re: [PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests

2024-04-25 Thread Naveen N Rao
On Wed, Apr 24, 2024 at 11:08:38AM +0530, Gautam Menghani wrote: > On Mon, Apr 22, 2024 at 09:15:02PM +0530, Naveen N Rao wrote: > > On Tue, Apr 02, 2024 at 12:36:54PM +0530, Gautam Menghani wrote: > > > static int kvmhv_vcpu_entry_nestedv2(struct kvm_vcpu *vcpu, u64

Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Naveen kumar
Hi Team, Any update please ? Regards , Naveen > On 22 Apr 2024, at 5:25 PM, Naveen kumar wrote: > > Hi Team, > > Any update on below please ? > > Regards, > Naveen > >> On 16 Apr 2024, at 11:59 AM, Naveen kumar wrote: >> >> Hi Team, >>

Re: [ovs-dev] [PATCH OVN v5 0/4] DHCP Relay Agent support for overlay subnets.

2024-04-24 Thread Naveen Yerramneni
> On 05-Apr-2024, at 9:08 PM, Numan Siddique wrote: > > CAUTION: External Email > > > On Wed, Mar 20, 2024 at 10:40 AM Naveen Yerramneni > wrote: > > > > This patch contains changes to enable DHCP Relay Agent support for > >

[ovs-dev] [PATCH OVN v6 3/3] northd, tests: DHCP Relay Agent support for overlay IPv4 subnets.

2024-04-24 Thread Naveen Yerramneni
&& udp.dst == 67 && reg9[8]), action=(ip4.src=;udp.dst=68;outport=;output; /* DHCP_RELAY_RESP */) 8. table=19(lr_in_dhcp_relay_resp), priority=1, match=(ip4.src == && reg2 == && udp.src == 67 && udp.dst == 67 && reg9[8] == 0), action=(dr

[ovs-dev] [PATCH OVN v6 2/3] controller: DHCP Relay Agent support for overlay IPv4 subnets.

2024-04-24 Thread Naveen Yerramneni
Added changes in pinctrl to process DHCP Relay opcodes: - ACTION_OPCODE_DHCP_RELAY_REQ_CHK: For request packets - ACTION_OPCODE_DHCP_RELAY_RESP_CHK: For response packet Signed-off-by: Naveen Yerramneni --- controller/pinctrl.c | 597 ++- lib/ovn-l7.h

[ovs-dev] [PATCH OVN v6 1/3] actions: DHCP Relay Agent support for overlay IPv4 subnets.

2024-04-24 Thread Naveen Yerramneni
was originated. - Relay-ip, server-ip are used to validate GIADDR and SERVER ID in the DHCP payload. Signed-off-by: Naveen Yerramneni --- include/ovn/actions.h | 27 ++ lib/actions.c | 116 ++ ovn-sb.xml| 62

[ovs-dev] [PATCH OVN v6 0/3] DHCP Relay Agent support for overlay subnets.

2024-04-24 Thread Naveen Yerramneni
relay= ovn-nbctl set Logical_Switch ls0 other_config:dhcp_relay_port=lrp1-attachment Limitations: - All OVN features that needs IP address to be configured on logical port (like proxy arp, etc) will not be supported for overlay subnets on which DHCP

[meta-intel] [PATCH v2] openvino.md: Add document to build image with OpenVINO toolkit

2024-04-24 Thread Naveen Saini
Signed-off-by: Naveen Saini --- README.md | 1 + documentation/openvino.md | 95 +++ 2 files changed, 96 insertions(+) create mode 100644 documentation/openvino.md diff --git a/README.md b/README.md index 3ec3992b..91577f1d 100644

[meta-intel] [PATCH] openvino.md: Add document to build & install OpenVINO

2024-04-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- documentation/openvino.md | 95 +++ 1 file changed, 95 insertions(+) create mode 100644 documentation/openvino.md diff --git a/documentation/openvino.md b/documentation/openvino.md new file mode 100644 index ..3b6db364

Re: [PATCH v3 0/5] Add generic data patching functions

2024-04-23 Thread Naveen N Rao
powermac/smp.c| 2 +- > 6 files changed, 132 insertions(+), 20 deletions(-) Apart from the minor comments, for this series: Acked-by: Naveen N Rao Thanks for working on this. - Naveen

Re: [PATCH v3 3/5] powerpc/64: Convert patch_instruction() to patch_u32()

2024-04-23 Thread Naveen N Rao
mention a more robust solution being required. > > patch_u64() should be more efficient, but judging from the bug report > it doesn't seem like the data is doubleword aligned. Asking again, is that still the case? It looks like at least the first fix below can be converted to patch_u64().

Re: [PATCH v3 5/5] powerpc/code-patching: Add boot selftest for data patching

2024-04-23 Thread Naveen N Rao
] == 0); > + check(addr32[1] == 0xC0C1C2C3); > + check(addr32[2] == 0xB0B1B2B3); > + check(addr32[3] == 0); > + > + patch_ulong([1], 0xD0D1D2D3); > + > + check(addr32[0] == 0); > + *(unsigned long *)([1]) = 0xD0D1D2D3; Should that have been a check() in

Re: [PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests

2024-04-22 Thread Naveen N Rao
rintk("VCPU %d: l1_to_l2_cs_time=%llu-ns l2_to_l1_cs_time=%llu-ns > l2_runtime=%llu-ns", ^^^ You can drop the hyphen before "ns". Just put a space there. > + __entry->vcpu_id, __entry->l1_to_l2_cs_ns, > + __entry->l2_to_l1_cs_ns, __entry->l2_runtime_ns) There is l1_to_l2_cs, l1_to_l2_cs_ns and l1_to_l2_cs_time - can you use a single name for that? > +); > + As a minor nit, it will be good to put the new tracepoint after the below vcpu exit tracepoint just so the entry/exit tracepoints are together in the file. > TRACE_EVENT(kvmppc_run_vcpu_exit, > TP_PROTO(struct kvm_vcpu *vcpu), > > -- > 2.43.2 > - Naveen

Re: Temporary queue in Artemis active MQ

2024-04-22 Thread Naveen kumar
Hi Team, Any update on below please ? Regards, Naveen > On 16 Apr 2024, at 11:59 AM, Naveen kumar wrote: > > Hi Team, > > We have the below question on temporary queues in Artemis MQ in eks . Could > you please help us with answer for the below ones, > > 1. When a

Re: Re: [ANNOUNCE] New Committer: Simhadri Govindappa

2024-04-18 Thread Naveen Gangam
Congrats Simhadri. Looking forward to many more contributions in the future. On Thu, Apr 18, 2024 at 12:25 PM Sai Hemanth Gantasala wrote: > Congratulations Simhadri  well deserved > > On Thu, Apr 18, 2024 at 8:41 AM Pau Tallada wrote: > >> Congratulations >> >> Missatge de Alessandro

Re: Re: [ANNOUNCE] New Committer: Simhadri Govindappa

2024-04-18 Thread Naveen Gangam
Congrats Simhadri. Looking forward to many more contributions in the future. On Thu, Apr 18, 2024 at 12:25 PM Sai Hemanth Gantasala wrote: > Congratulations Simhadri  well deserved > > On Thu, Apr 18, 2024 at 8:41 AM Pau Tallada wrote: > >> Congratulations >> >> Missatge de Alessandro

Temporary queue in Artemis active MQ

2024-04-16 Thread Naveen kumar
access management for temporary queues are specified Regards, Naveen

Re: [PATCH v3 2/2] powerpc/bpf: enable kfunc call

2024-04-15 Thread Naveen N Rao
off-by: Hari Bathini > --- > > * Changes in v3: > - Retained optimized instruction sequence when function address is > a core kernel address as suggested by Naveen. > - Used unoptimized instruction sequence for PCREL addressing to > avoid out of range

[meta-intel] [PATCH] lms: use python3native and depend on python3-packaging-native

2024-04-10 Thread Naveen Saini
Recipe incorrectly using python from host, which causing following failure: | import packaging.version | ModuleNotFoundError: No module named 'packaging.version' Ref: https://git.yoctoproject.org/poky/commit/?id=bb4abe0e6468f8be3fdd6012a109ddd1db7b20a8 Signed-off-by: Naveen Saini

[Crash-utility] How to get module symbols working?

2024-04-05 Thread Naveen Chaudhary
h> mod -s npdereference /home/naveen/.repos/src/arm64/linux/drivers/naveen/npdereference.ko MODULE NAME TEXT_BASE SIZE OBJECT FILE 80007a7e2040 npdereference 80007a7e 12288 /home/naveen/.repos/src/arm64/linux/drivers/naveen/npdereference.ko But

[ovs-dev] [PATCH ovn v2] controller: Change dns resolution to async.

2024-04-04 Thread Naveen Yerramneni
for a longer time. Signed-off-by: Naveen Yerramneni Acked-by: Mark Michelson --- v2: Fix subject line --- controller/ovn-controller.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controller/ovn-controller.c b/controller/ovn-controller.c index c9ff5967a..b84f6dfd4 100644 --- a/controller/ovn

[IMPROVEMENT] Using ServiceLoader to load ExtendedParseStrategy

2024-04-03 Thread Naveen Kumar
yList<>(); ServiceLoader extendedParseStrategies = ServiceLoader.load(ExtendedParseStrategy.class); for (ExtendedParseStrategy extendedParseStrategy : extendedParseStrategies) { parseStrategies.add(extendedParseStrategy); } return parseStrategies; } Please share your thoughts. Thanks, Naveen Kumar

[ovs-dev] [PATCH ovn] controller: change dns resolution to async.

2024-04-03 Thread Naveen Yerramneni
for a longer time. Signed-off-by: Naveen Yerramneni --- controller/ovn-controller.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controller/ovn-controller.c b/controller/ovn-controller.c index c9ff5967a..b84f6dfd4 100644 --- a/controller/ovn-controller.c +++ b/controller/ovn-controller.c @@ -85,6

[Crash-utility] How to get module symbols working ?

2024-04-02 Thread Naveen Chaudhary
h> mod -s npdereference /home/naveen/.repos/src/arm64/linux/drivers/naveen/npdereference.ko MODULE NAME TEXT_BASE SIZE OBJECT FILE 80007a7e2040 npdereference 80007a7e 12288 /home/naveen/.repos/src/arm64/linux/drivers/naveen/npdereference.ko But

[Crash-utility] Re: [Crash-Utility][PATCH] symbols.c: skip non-exist module memory type

2024-04-02 Thread Naveen Chaudhary
Thanks Tao, On a funny side, though I didn't understand this area of code much, but I ironically made the exact same fix to avoid problem for time being on my side, thinking there might be a different fix coming . Glad its now taken care. Thanks  Regards, Naveen

Re: Hive jdbc connector

2024-04-02 Thread Naveen Gangam
Not sure if you got a response. But should be safe to run with JRE8. On Thu, Feb 1, 2024 at 2:45 AM stephen vijay wrote: > Hi sir, > > Which Java version does hive jdbc connector supports? > > Thanks, > Vijay S. >

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Naveen Gangam
Thank you for the tremendous amount of work put in by many many folks to make this release happen, including projects hive is dependent upon like tez. Thank you to all the PMC members, committers and contributors for all the work over the past 5+ years in shaping this release. THANK YOU!!! On

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Naveen Gangam
Thank you for the tremendous amount of work put in by many many folks to make this release happen, including projects hive is dependent upon like tez. Thank you to all the PMC members, committers and contributors for all the work over the past 5+ years in shaping this release. THANK YOU!!! On

RE: [PATCH 19/26] netfs: New writeback implementation

2024-03-29 Thread Naveen Mamindlapalli
> -Original Message- > From: David Howells > Sent: Thursday, March 28, 2024 10:04 PM > To: Christian Brauner ; Jeff Layton > ; > Gao Xiang ; Dominique Martinet > > Cc: David Howells ; Matthew Wilcox > ; Steve French ; Marc Dionne > ; Paulo Alcantara ; Shyam > Prasad N ; Tom Talpey ;

RE: [PATCH net-next v5 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members

2024-03-28 Thread Naveen Mamindlapalli
> -Original Message- > From: Julien Panis > Sent: Thursday, March 28, 2024 2:57 PM > To: David S. Miller ; Eric Dumazet > ; Jakub Kicinski ; Paolo Abeni > ; Russell King ; Alexei Starovoitov > ; Daniel Borkmann ; Jesper Dangaard > Brouer ; John Fastabend ; > Sumit Semwal ; Christian

[meta-intel] [master][nanbield][kirkstone][PATCH] intel-microcode: upgrade 20231114 -> 20240312

2024-03-27 Thread Naveen Saini
/security-center/advisory/intel-sa-01045.html] Signed-off-by: Naveen Saini --- ...{intel-microcode_20231114.bb => intel-microcode_20240312.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-core/microcode/{intel-microcode_20231114.bb => intel-microcode_20240312.b

[Bug target/112980] 64-bit powerpc ELFv2 does not allow nops to be generated before function global entry point

2024-03-25 Thread naveen at kernel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112980 --- Comment #7 from Naveen N Rao --- I have been looking at an alternative approach to see if we can move the entire function patching sequence out of line. However, the approach I am considering is very specific to the linux kernel, and I

[ovs-dev] [PATCH OVN v5 4/4] tests: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-20 Thread Naveen Yerramneni
Added tests for DHCP Relay feature. Signed-off-by: Naveen Yerramneni --- tests/atlocal.in| 3 + tests/ovn-northd.at | 38 +++ tests/ovn.at| 256 tests/system-ovn.at | 148 + 4 files changed, 445 insertions

[ovs-dev] [PATCH OVN v5 3/4] northd: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-20 Thread Naveen Yerramneni
&& udp.dst == 67 && reg9[8]), action=(ip4.src=;udp.dst=68;outport=;output; /* DHCP_RELAY_RESP */) 8. table=19(lr_in_dhcp_relay_resp), priority=1, match=(ip4.src == && reg2 == && udp.src == 67 && udp.dst == 67 && reg9[8] == 0), a

[ovs-dev] [PATCH OVN v5 2/4] controller: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-20 Thread Naveen Yerramneni
Added changes in pinctrl to process DHCP Relay opcodes: - ACTION_OPCODE_DHCP_RELAY_REQ_CHK: For request packets - ACTION_OPCODE_DHCP_RELAY_RESP_CHK: For response packet Signed-off-by: Naveen Yerramneni --- controller/pinctrl.c | 596 ++- lib/ovn-l7.h

[ovs-dev] [PATCH OVN v5 1/4] actions: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-20 Thread Naveen Yerramneni
was originated. - Relay-ip, server-ip are used to validate GIADDR and SERVER ID in the DHCP payload. Signed-off-by: Naveen Yerramneni --- include/ovn/actions.h | 27 lib/actions.c | 149 ++ utilities/ovn-trace.c | 67

[ovs-dev] [PATCH OVN v5 0/4] DHCP Relay Agent support for overlay subnets.

2024-03-20 Thread Naveen Yerramneni
port ovn-nbctl lsp-set-addresses ln_port unknown ovn-nbctl lsp-set-type ln_port localnet ovn-nbctl lsp-set-options ln_port network_name=physnet1 # Enable DHCP Relay feature ovn-nbctl create DHCP_Relay name=dhcp_relay_test servers= ovn-nbctl set Logical_Router_port lrp1 dhcp_

[ovs-dev] [PATCH OVN v4 4/4] tests: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
Added tests for DHCP Relay feature. Signed-off-by: Naveen Yerramneni --- tests/atlocal.in| 3 + tests/ovn-northd.at | 38 +++ tests/ovn.at| 258 +++- tests/system-ovn.at | 148 + 4 files changed, 446 insertions

[ovs-dev] [PATCH OVN v4 3/4] northd: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
&& udp.dst == 67 && reg9[8]), action=(ip4.src=;udp.dst=68;outport=;output; /* DHCP_RELAY_RESP */) 8. table=19(lr_in_dhcp_relay_resp), priority=1, match=(ip4.src == && reg2 == && udp.src == 67 && udp.dst == 67 && reg9[8] == 0), ac

[ovs-dev] [PATCH OVN v4 2/4] controller: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
Added changes in pinctrl to process DHCP Relay opcodes: - ACTION_OPCODE_DHCP_RELAY_REQ_CHK: For request packets - ACTION_OPCODE_DHCP_RELAY_RESP_CHK: For response packet Signed-off-by: Naveen Yerramneni --- controller/pinctrl.c | 596 ++- lib/ovn-l7.h

[ovs-dev] [PATCH OVN v4 1/4] actions: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
was originated. - Relay-ip, server-ip are used to validate GIADDR and SERVER ID in the DHCP payload. Signed-off-by: Naveen Yerramneni --- include/ovn/actions.h | 27 lib/actions.c | 149 ++ utilities/ovn-trace.c | 67

[ovs-dev] [PATCH OVN v4 0/4] DHCP Relay Agent support for overlay subnets.

2024-03-19 Thread Naveen Yerramneni
port ovn-nbctl lsp-set-addresses ln_port unknown ovn-nbctl lsp-set-type ln_port localnet ovn-nbctl lsp-set-options ln_port network_name=physnet1 # Enable DHCP Relay feature ovn-nbctl create DHCP_Relay name=dhcp_relay_test servers= ovn-nbctl set Logical_Router_port lrp1 dhcp_r

[ovs-dev] [PATCH OVN v3 0/4] DHCP Relay Agent support for overlay subnets.

2024-03-19 Thread Naveen Yerramneni
port ovn-nbctl lsp-set-addresses ln_port unknown ovn-nbctl lsp-set-type ln_port localnet ovn-nbctl lsp-set-options ln_port network_name=physnet1 # Enable DHCP Relay feature ovn-nbctl create DHCP_Relay name=dhcp_relay_test servers= ovn-nbctl set Logical_Router_port lrp1 dh

[ovs-dev] [PATCH OVN v3 3/4] northd: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
&& udp.dst == 67 && reg9[8]), action=(ip4.src=;udp.dst=68;outport=;output; /* DHCP_RELAY_RESP */) 8. table=19(lr_in_dhcp_relay_resp), priority=1, match=(ip4.src == && reg2 == && udp.src == 67 && udp.dst == 67 && reg9[8] == 0), action=

[ovs-dev] [PATCH OVN v3 4/4] tests: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
Added tests for DHCP Relay feature. Signed-off-by: Naveen Yerramneni --- tests/atlocal.in| 3 + tests/ovn-northd.at | 38 ++ tests/ovn.at| 293 +--- tests/system-ovn.at | 148 ++ 4 files changed, 462 insertions

[ovs-dev] [PATCH OVN v3 1/4] controller: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
Added changes in pinctrl to process DHCP Relay opcodes: - ACTION_OPCODE_DHCP_RELAY_REQ_CHK: For request packets - ACTION_OPCODE_DHCP_RELAY_RESP_CHK: For response packet Signed-off-by: Naveen Yerramneni --- controller/pinctrl.c | 596 ++- lib/ovn-l7.h

[ovs-dev] [PATCH OVN v3 2/4] actions: DHCP Relay Agent support for overlay IPv4 subnets.

2024-03-19 Thread Naveen Yerramneni
was originated. - Relay-ip, server-ip are used to validate GIADDR and SERVER ID in the DHCP payload. Signed-off-by: Naveen Yerramneni --- include/ovn/actions.h | 27 lib/actions.c | 149 ++ 2 files changed, 176 insertions(+) diff

[meta-intel] [meta-intel-qat][PATCH] layer.conf: update LAYERSERIES_COMPAT to use scarthgap

2024-03-19 Thread Naveen Saini
Remove support for old releases. Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index a5068dd..ab1683f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,7 +14,7 @@ LAYERDEPENDS_intel

[yocto] [meta-zephyr][PATCH] layer.conf: update LAYERSERIES_COMPAT to use scarthgap

2024-03-17 Thread Naveen Saini
Drop compatibility to nanbield. Signed-off-by: Naveen Saini --- meta-zephyr-bsp/conf/layer.conf | 2 +- meta-zephyr-core/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-zephyr-bsp/conf/layer.conf b/meta-zephyr-bsp/conf/layer.conf index 1edcb0b

Re: [ovs-dev] [PATCH OVN] Add support to make fdb table local to the chassis.

2024-03-14 Thread Naveen Yerramneni
> On 14-Mar-2024, at 9:07 PM, Dumitru Ceara wrote: > > On 3/14/24 15:21, Naveen Yerramneni wrote: >> >> >>> On 08-Mar-2024, at 2:37 PM, Ales Musil wrote: >>> >>> >>> >>> On Wed, Mar 6, 2024 at 8:24 PM Naveen Yerramneni &g

Re: [ovs-dev] [PATCH OVN] Add support to make fdb table local to the chassis.

2024-03-14 Thread Naveen Yerramneni
> On 08-Mar-2024, at 2:37 PM, Ales Musil wrote: > > > > On Wed, Mar 6, 2024 at 8:24 PM Naveen Yerramneni > wrote: > > > > On 18-Dec-2023, at 8:53 PM, Dumitru Ceara wrote: > > > > On 12/18/23 16:17, Naveen Yerramneni wrote: > >> &g

[meta-intel] [PATCH v2] layer.conf: update LAYERSERIES_COMPAT to use scarthgap

2024-03-07 Thread Naveen Saini
Drop compatibility to nanbield. Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c90687db..97dfb897 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -19,7 +19,7

[meta-intel] [PATCH] layer.conf: update LAYERSERIES_COMPAT to use scarthgap

2024-03-07 Thread Naveen Saini
Signed-off-by: Naveen Saini --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c90687db..a464b947 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk" # This s

[jira] [Updated] (IMPALA-12827) Precondition was hit in MutableValidReaderWriteIdList

2024-03-07 Thread Naveen Gangam (Jira)
[ https://issues.apache.org/jira/browse/IMPALA-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Naveen Gangam updated IMPALA-12827: --- Component/s: Catalog > Precondition was hit in MutableValidReaderWriteIdL

Re: [ovs-discuss] OVN: Configuring Flow_Table (vswitchd.config.db) settings through OVN

2024-03-07 Thread Naveen Yerramneni via discuss
> On 07-Mar-2024, at 9:10 PM, Numan Siddique wrote: > > On Wed, Mar 6, 2024 at 9:41 PM Naveen Yerramneni via discuss > wrote: >> >> >> >>> On 07-Mar-2024, at 6:02 AM, Numan Siddique wrote: >>> >>> On Wed, Mar 6, 2024 at 3:07 PM Na

Can’t addRole using JMX API call

2024-03-07 Thread Naveen kumar
Hi Team, We are not able to addRole to the address/queues. Can you please help us with right API call using jolokia endpoint? Regards , Naveen

[ovs-discuss] OVN: Configuring Flow_Table (vswitchd.config.db) settings through OVN

2024-03-07 Thread Naveen Yerramneni via discuss
stage table names and numbers for reference. Please share your thoughts/inputs on this. Thanks, Naveen ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] OVN: Configuring Flow_Table (vswitchd.config.db) settings through OVN

2024-03-06 Thread Naveen Yerramneni via discuss
> On 07-Mar-2024, at 6:02 AM, Numan Siddique wrote: > > On Wed, Mar 6, 2024 at 3:07 PM Naveen Yerramneni via discuss > wrote: >> >> Hi All, >> >> We are exploring the possibility of doing some Flow_Table settings (like >> classifier optimizations

[ovs-discuss] OVN: Configuring Flow_Table (vswitchd.config.db) settings through OVN

2024-03-06 Thread Naveen Yerramneni via discuss
names and numbers for reference. Please share your thoughts/inputs on this. Thanks, Naveen ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-dev] [PATCH OVN] Add support to make fdb table local to the chassis.

2024-03-06 Thread Naveen Yerramneni
> On 18-Dec-2023, at 8:53 PM, Dumitru Ceara wrote: > > On 12/18/23 16:17, Naveen Yerramneni wrote: >> >> >>> On 18-Dec-2023, at 7:26 PM, Dumitru Ceara wrote: >>> >>> On 11/30/23 16:32, Dumitru Ceara wrote: >>>> On 11/30/23 15

[yocto] [meta-zephyr][PATCH 2/2] zephyr-sdk: Upgrade to version 0.16.5-1

2024-03-03 Thread Naveen Saini
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.5-1 Signed-off-by: Naveen Saini --- .../{zephyr-sdk_0.16.3.bb => zephyr-sdk_0.16.5-1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-zephyr-core/recipes-devtools/zephyr-sdk/{zephyr-sdk_0.16.3

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel: Add support for v3.6.0

2024-03-03 Thread Naveen Saini
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v3.6.0 Signed-off-by: Naveen Saini --- ...y-generation-issue-in-cross-compila.patch} | 0 .../zephyr-kernel/zephyr-kernel-src-3.5.0.inc | 2 +- .../zephyr-kernel/zephyr-kernel-src-3.6.0.inc | 270 ++ .../zephyr-kernel

[ovs-dev] [PATCH OVN v2] DHCP Relay Agent support for overlay subnets.

2024-03-03 Thread Naveen Yerramneni
ls-add ls-ext ovn-nbctl lsp-add ls-ext lrp-ext-attachment ovn-nbctl lsp-set-type lrp-ext-attachment router ovn-nbctl lsp-set-addresses lrp-ext-attachment ovn-nbctl lsp-set-options lrp-ext-attachment router-port=lrp-ext ovn-nbctl lsp-add ls-ext ln_port ovn-nbctl lsp-set-addresses ln_port unk

[jira] [Created] (HIVE-28101) [Athena] Add connector for Amazon Athena

2024-02-29 Thread Naveen Gangam (Jira)
Naveen Gangam created HIVE-28101: Summary: [Athena] Add connector for Amazon Athena Key: HIVE-28101 URL: https://issues.apache.org/jira/browse/HIVE-28101 Project: Hive Issue Type: Sub-task

Re: [ovs-dev] [PATCH OVN] DHCP Relay Agent support for overlay subnets

2024-02-26 Thread Naveen Yerramneni
> On 24-Jan-2024, at 6:30 PM, Naveen Yerramneni > wrote: > > > >> On 24-Jan-2024, at 8:59 AM, Numan Siddique wrote: >> >> On Tue, Jan 23, 2024 at 8:02 PM Naveen Yerramneni >> wrote: >>> >>> >>> >>>> On 1

[ovs-dev] [PATCH OVN] ovn-nb: Add documentation for disable_arp_nd_rsp option

2024-02-16 Thread Naveen Yerramneni
Signed-off-by: Naveen Yerramneni --- ovn-nb.xml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/ovn-nb.xml b/ovn-nb.xml index e0b983ed6..b652046a7 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -1268,6 +1268,13 @@ unknown ports connected to the same Logical Switch

[PATCH RESEND] selftests/ftrace: Add test to exercize function tracer across cpu hotplug

2024-02-16 Thread Naveen N Rao
Add a test to exercize cpu hotplug with the function tracer active to ensure that sensitive functions in idle path are excluded from being traced. This helps catch issues such as the one fixed by commit 4b3338aaa74d ("powerpc/ftrace: Fix stack teardown in ftrace_no_trace"). Signed-off-

Re: [ovs-dev] [PATCH OVN] Add "disable_arp_nd_rsp" option to LSP

2024-02-15 Thread Naveen Yerramneni
> On 12-Feb-2024, at 8:36 PM, Ihar Hrachyshka wrote: > > On Tue, Jan 30, 2024 at 10:52 PM Naveen Yerramneni > wrote: > > > > On 29-Jan-2024, at 9:11 PM, Ihar Hrachyshka wrote: > > > > On Mon, Jan 22, 2024 at 12:22 PM Naveen Yerramneni > > wr

Re: [PATCH v2 2/2] powerpc/bpf: enable kfunc call

2024-02-15 Thread Naveen N Rao
urn true; > > +} > > + > > +bool bpf_jit_supports_far_kfunc_call(void) > > +{ > > + return true; > > +} I am not sure there is value in keeping this as a separate patch since all support code for kfunc calls is introduced in an earlier patch. Consider folding this into the previous patch. - Naveen

Re: [PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported

2024-02-15 Thread Naveen N Rao
_has_kfunc_call() to decide whether to use optimized > instruction sequence or not as suggested by Naveen. > > > arch/powerpc/net/bpf_jit.h| 5 +- > arch/powerpc/net/bpf_jit_comp.c | 4 +- > arch/powerpc/net/bpf_jit_comp32.c | 8 ++- > arch/powerpc/net/bpf_jit_comp6

[PATCH v2] powerpc/ftrace: Ignore ftrace locations in exit text sections

2024-02-13 Thread Naveen N Rao
;) Cc: sta...@vger.kernel.org Reported-by: Michael Ellerman Signed-off-by: Naveen N Rao Reviewed-by: Benjamin Gray --- v2: - Rename exit text section variable name to match other architectures - Fix clang builds I've collected Benjamin's Reviewed-by tag since those parts of the patch remain the same.

Re: [PATCH] powerpc/ftrace: Ignore ftrace locations in exit text sections

2024-02-12 Thread Naveen N Rao
On Mon, Feb 12, 2024 at 07:31:03PM +, Christophe Leroy wrote: > > > Le 09/02/2024 à 08:59, Naveen N Rao a écrit : > > diff --git a/arch/powerpc/include/asm/sections.h > > b/arch/powerpc/include/asm/sections.h > > index ea26665f82cf..d389dcecdb0b 100644 > &g

[PATCH] powerpc/ftrace: Ignore ftrace locations in exit text sections

2024-02-09 Thread Naveen N Rao
;) Cc: sta...@vger.kernel.org Reported-by: Michael Ellerman Signed-off-by: Naveen N Rao --- arch/powerpc/include/asm/ftrace.h | 9 + arch/powerpc/include/asm/sections.h | 1 + arch/powerpc/kernel/trace/ftrace.c | 12 arch/powerpc/kernel/vmlinux.lds.S | 2 ++ 4 files c

Re: Re: [PATCH v2 1/3] powerpc/code-patching: Add generic memory patching

2024-02-05 Thread Naveen N Rao
On Mon, Feb 05, 2024 at 01:30:46PM +1100, Benjamin Gray wrote: > On Thu, 2023-11-30 at 15:55 +0530, Naveen N Rao wrote: > > On Mon, Oct 16, 2023 at 04:01:45PM +1100, Benjamin Gray wrote: > > > > > > diff --git a/arch/powerpc/include/asm/code-patching.h > >

[PATCH v2] powerpc/64: Set task pt_regs->link to the LR value on scv entry

2024-02-02 Thread Naveen N Rao
[unknown] [unknown] __clone -multipathd (698) 3001661 Fixes: 7fa95f9adaee ("powerpc/64s: system call support for scv/rfscv instructions") Cc: sta...@vger.kernel.org Reported-by: Nysal Jan K.A Signed-off-by: Naveen N Rao --- v2: Update change log,

Re: Re: [PATCH] powerpc/64: Set LR to a non-NULL value in task pt_regs on scv entry

2024-02-02 Thread Naveen N Rao
On Fri, Feb 02, 2024 at 01:02:39PM +1100, Michael Ellerman wrote: > Segher Boessenkool writes: > > Hi! > > > > On Thu, Jan 25, 2024 at 05:12:28PM +0530, Naveen N Rao wrote: > >> diff --git a/arch/powerpc/kernel/interrupt_64.S > >> b/arch/powerpc/kernel

Re: [ovs-dev] [PATCH OVN] Add "disable_arp_nd_rsp" option to LSP

2024-01-30 Thread Naveen Yerramneni
> On 29-Jan-2024, at 9:11 PM, Ihar Hrachyshka wrote: > > On Mon, Jan 22, 2024 at 12:22 PM Naveen Yerramneni > wrote: > This option can be used to enable/disable arp/nd reply flows. > > Usecase: > = > It is useful to reduce packet loss when VM is being mig

[PATCH] powerpc/64: Set LR to a non-NULL value in task pt_regs on scv entry

2024-01-25 Thread Naveen N Rao
-python (1293) 11 clock_nanosleep clock_nanosleep nanosleep sleep [unknown] [unknown] __clone -multipathd (698) 3001661 Reported-by: Nysal Jan K.A Signed-off-by: Naveen N Rao

Re: [ovs-dev] [PATCH OVN] DHCP Relay Agent support for overlay subnets

2024-01-24 Thread Naveen Yerramneni
> On 24-Jan-2024, at 8:59 AM, Numan Siddique wrote: > > On Tue, Jan 23, 2024 at 8:02 PM Naveen Yerramneni > wrote: >> >> >> >>> On 16-Jan-2024, at 2:30 AM, Numan Siddique wrote: >>> >>> On Tue, Dec 12, 2023 at 1:05 PM Naveen Yerram

[meta-intel] [PATCH 5/5] onednn: upgrade 3.3.1 -> 3.3.4

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../recipes-core/dnn/{onednn_3.3.1.bb => onednn_3.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/clang-layer/recipes-core/dnn/{onednn_3.3.1.bb => onednn_3.3.4.bb} (97%) diff --git a/dynamic-layers/clang-layer/r

[meta-intel] [PATCH 3/5] libva-intel-utils: upgrade 2.20.0 -> 2.20.1

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- ...{libva-intel-utils_2.20.0.bb => libva-intel-utils_2.20.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-graphics/libva/{libva-intel-utils_2.20.0.bb => libva-intel-utils_2.20.1.bb} (96%) diff --git a/recipes-graphics/libva

[meta-intel] [PATCH 4/5] metrics-discovery: upgrade 1.12.165.1 -> 1.12.170

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- ...cs-discovery_1.12.165.1.bb => metrics-discovery_1.12.170.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-graphics/metrics-discovery/{metrics-discovery_1.12.165.1.bb => metrics-discovery_1.12.170.bb} (91%) diff --git a/r

[meta-intel] [PATCH 1/5] itt: upgrade 3.24.2 -> 3.24.6

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- recipes-multimedia/itt/{itt_3.24.2.bb => itt_3.24.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-multimedia/itt/{itt_3.24.2.bb => itt_3.24.6.bb} (96%) diff --git a/recipes-multimedia/itt/itt_3.24.2.bb b/recipes-multimed

[meta-intel] [PATCH 2/5] level-zero: upgrade 1.11.0 -> 1.15.8

2024-01-23 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../levelzero/{level-zero_1.11.0.bb => level-zero_1.15.8.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/openembedded-layer/recipes-core/levelzero/{level-zero_1.11.0.bb => level-zero_1.15.8.bb} (95%) diff --git a/d

  1   2   3   4   5   6   7   8   9   10   >