Re: [libvirt-users] Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)

2019-10-11 Thread gokul cg
ycle events and triggers an update of the conserver configuration file at appropriate times. Regards Gokul On Fri, Oct 11, 2019 at 12:20 PM gokul cg wrote: > +dev > Hi Folks , > > As per https://libvirt.org/formatdomain.html#elementsConsole > Regardless of the type, character devices c

[libvirt-users] Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)

2019-10-11 Thread gokul cg
? 1) 2) is it possible to multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)? Regards Gokul ___ libvirt-users

[libvirt-users] Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)

2019-10-10 Thread gokul cg
? 1) 2) is it possible to multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)? Regards Gokul ___ libvirt-users mailing

[dpdk-users] Help with RED (Dropper) Implementation

2019-09-19 Thread Gokul Bargaje
is calculated using lookup tables, how this is actually implemented? Thanks in advance! Thanks, Gokul

[PATCH V2 00/12] remoteproc: qcom: q6v5-wcss: Add support for secure pil

2019-09-13 Thread Gokul Sriram Palanisamy
-remoteproc/msg03612.html [V2] Fixed all comments Gokul Sriram Palanisamy (12): remoteproc: qcom: Add PRNG proxy clock remoteproc: qcom: Add secure PIL support remoteproc: qcom: Add support for split q6 + m3 wlan firmware remoteproc: qcom: Add ssr subdevice identifier remoteproc: qcom

[PATCH V2 05/12] remoteproc: qcom: Update regmap offsets for halt register

2019-09-13 Thread Gokul Sriram Palanisamy
Fixed issue in reading halt-regs parameter from device-tree. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- drivers/remoteproc/qcom_q6v5_wcss.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/drivers/remoteproc

[PATCH V2 07/12] clk: qcom: Add WCSSAON reset

2019-09-13 Thread Gokul Sriram Palanisamy
Add WCSSAON reset required for Q6v5 on IPQ8074 SoC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/clk/qcom/gcc-ipq8074.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/gcc-ipq8074.c b/drivers/clk/qcom/gcc

[PATCH V2 11/12] arm64: dts: Add support for scm on IPQ8074 SoCs

2019-09-13 Thread Gokul Sriram Palanisamy
Enables scm support, clock is not needed for enabling scm interface. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot

[PATCH V2 12/12] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

2019-09-13 Thread Gokul Sriram Palanisamy
Enable remoteproc WCSS PIL driver with glink and ssr subdevices. Also configures shared memory and enables smp2p and mailboxes required for IPC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 126

[PATCH V2 10/12] dt-bindings: firmware: qcom: Add compatible for IPQ8074 SoC

2019-09-13 Thread Gokul Sriram Palanisamy
Add compatible for IPQ8074 support. This does not need clocks for scm calls. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings

[PATCH V2 08/12] dt-bindings: mailbox: qom: Add ipq8074 APPS compatible

2019-09-13 Thread Gokul Sriram Palanisamy
Add mailbox support required in IPQ8074 SoCs. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss

[PATCH V2 09/12] mailbox: qcom: Add support for IPQ8074 APCS

2019-09-13 Thread Gokul Sriram Palanisamy
Add support of IPQ8074 with IPC register offset as 8. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc

[PATCH V2 03/12] remoteproc: qcom: Add support for split q6 + m3 wlan firmware

2019-09-13 Thread Gokul Sriram Palanisamy
IPQ8074 supports split firmware for q6 and m3 as well. So add support for loading the m3 firmware before q6. Now the drivers works fine for both split and unified firmwares. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers

[PATCH V2 06/12] dt-bindings: clock: qcom: Add reset for WCSSAON

2019-09-13 Thread Gokul Sriram Palanisamy
Add binding for WCSSAON reset required for Q6v5 reset on IPQ8074 SoC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings

[PATCH V2 01/12] remoteproc: qcom: Add PRNG proxy clock

2019-09-13 Thread Gokul Sriram Palanisamy
PRNG clock is needed by the secure PIL, support for the same is added in subsequent patches. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/remoteproc/qcom_q6v5_wcss.c | 63 +++-- 1 file changed, 46

[PATCH V2 04/12] remoteproc: qcom: Add ssr subdevice identifier

2019-09-13 Thread Gokul Sriram Palanisamy
Add name for ssr subdevice on IPQ8074 SoC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/remoteproc/qcom_q6v5_wcss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_q6v5_wcss.c b/drivers/remoteproc

[PATCH V2 02/12] remoteproc: qcom: Add secure PIL support

2019-09-13 Thread Gokul Sriram Palanisamy
IPQ8074 uses secure PIL. Hence, adding the support for the same. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/remoteproc/qcom_q6v5_wcss.c | 37 + 1 file changed, 37 insertions(+) diff --git

Re: [DISCUSS] KIP-498: Add client-side configuration for maximum response size to protect against OOM

2019-08-06 Thread Gokul Ramanan Subramanian
iki.apache.org/confluence/display/KAFKA/KIP-498%3A+Add+client-side+configuration+for+maximum+response+size+to+protect+against+OOM > > Le jeu. 1 août 2019 à 09:42, Alexandre Dupriez < > alexandre.dupr...@gmail.com> > a écrit : > > > Thanks Gokul and Stanislav for your answe

Re: [DISCUSS] KIP-498: Add client-side configuration for maximum response size to protect against OOM

2019-07-31 Thread Gokul Ramanan Subramanian
if my +1 counts, since I am a Kafka noob). Thanks. Gokul Ramanan Subramanian Senior SDE, Amazon AWS On 28/Jul/19 05:43:19PM +0100, Alexandre Dupriez wrote: Hello, I have created the KIP-498 <https://cwiki.apache.org/confluence/display/KAFKA/KIP-498%3A+Add+client-side+configuration+for+maxi

JIRA and KIP contributor permissions

2019-07-30 Thread Gokul Ramanan Subramanian
Hello Community, In order to start contributing to Apache Kafka project, could I please request contributor access to JIRA and be granted write permissions to the Kafka wiki? My name: Gokul Ramanan Subramanian JIRA username: gokul2411s Confluence username: gokul2411s (https://cwiki.apache.org

[PATCH 10/12] dt-bindings: firmware: qcom: Add compatible for IPQ8074 SoC

2019-07-11 Thread Gokul Sriram Palanisamy
Add compatible for IPQ8074 support. This does not need clocks for scm calls. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings

[PATCH 07/12] clk: qcom: Add WCSSAON reset

2019-07-11 Thread Gokul Sriram Palanisamy
Add WCSSAON reset required for Q6v5 on IPQ8074 SoC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/clk/qcom/gcc-ipq8074.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/gcc-ipq8074.c b/drivers/clk/qcom/gcc

[PATCH 11/12] arm64: dts: Add support for scm on IPQ8074 SoCs

2019-07-11 Thread Gokul Sriram Palanisamy
Enables scm support, clock is not needed for enabling scm interface. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot

[PATCH 09/12] mailbox: qcom: Add support for IPQ8074 APCS

2019-07-11 Thread Gokul Sriram Palanisamy
Add support of IPQ8074 with IPC register offset as 8. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc

[PATCH 12/12] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

2019-07-11 Thread Gokul Sriram Palanisamy
Enable remoteproc WCSS PIL driver with glink and ssr subdevices. Also configures shared memory and enables smp2p and mailboxes required for IPC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 125

[PATCH 03/12] remoteproc: qcom: Add support for split q6 + m3 wlan firmware

2019-07-11 Thread Gokul Sriram Palanisamy
IPQ8074 supports split firmware for q6 and m3 as well. So add support for loading the m3 firmware before q6. Now the drivers works fine for both split and unified firmwares. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers

[PATCH 06/12] dt-bindings: clock: qcom: Add reset for WCSSAON

2019-07-11 Thread Gokul Sriram Palanisamy
Add binding for WCSSAON reset required for Q6v5 reset on IPQ8074 SoC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings

[PATCH 08/12] dt-bindings: mailbox: qom: Add ipq8074 APPS compatible

2019-07-11 Thread Gokul Sriram Palanisamy
Add mailbox support required in IPQ8074 SoCs. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss

[PATCH 00/12] remoteproc: qcom: q6v5-wcss: Add support for secure pil

2019-07-11 Thread Gokul Sriram Palanisamy
IPQ8074 needs support for secure pil as well. Also, currently only unified firmware is supported. IPQ8074 supports split firmware for q6 and m3, so adding support for that. Gokul Sriram Palanisamy (12): remoteproc: qcom: Add PRNG proxy clock remoteproc: qcom: Add secure PIL support

[PATCH 04/12] remoteproc: qcom: Add ssr subdevice identifier

2019-07-11 Thread Gokul Sriram Palanisamy
Add name for ssr subdevice on IPQ8074 SoC. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/remoteproc/qcom_q6v5_wcss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_q6v5_wcss.c b/drivers/remoteproc

[PATCH 01/12] remoteproc: qcom: Add PRNG proxy clock

2019-07-11 Thread Gokul Sriram Palanisamy
PRNG clock is needed by the secure PIL, support for the same is added in subsequent patches. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/remoteproc/qcom_q6v5_wcss.c | 63 +++-- 1 file changed, 46

[PATCH 02/12] remoteproc: qcom: Add secure PIL support

2019-07-11 Thread Gokul Sriram Palanisamy
IPQ8074 uses secure PIL. Hence, adding the support for the same. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R Signed-off-by: Nikhil Prakash V --- drivers/remoteproc/qcom_q6v5_wcss.c | 37 + 1 file changed, 37 insertions(+) diff --git

[PATCH 05/12] remoteproc: qcom: Update regmap offsets for halt register

2019-07-11 Thread Gokul Sriram Palanisamy
Fixed issue in reading halt-regs parameter from device-tree. Also adding a flag to check for bcr reset which is not required for ipq8074. Signed-off-by: Gokul Sriram Palanisamy Signed-off-by: Sricharan R --- drivers/remoteproc/qcom_q6v5_wcss.c | 28 ++-- 1 file changed

Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Gokul Raj
Thanks Mark, I'll check them out. Regards, Gokul Raj K On Fri, 7 Jun, 2019, 2:54 AM Mark Hatle, wrote: > On 6/6/19 11:46 AM, Gokul Raj wrote: > > Hi Ross, > > > > Thanks for the suggestion. I have tried with inheriting > autotools-brokensep > > bbc

Re: [yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Gokul Raj
binary. Single makefile helps building both kernel module and userspace binary. Attached log for your reference. Any suggestion to compile this package. Regards, Gokul Raj K On Thu, Jun 6, 2019 at 10:01 PM Burton, Ross wrote: > Sounds like the makefiles are broken and can't handle out-of-t

[yocto] Error in building new recipe for Jool network translator

2019-06-06 Thread Gokul Raj
ub.com/NICMx/Jool <https://github.com/NICMx/Jool>* Help me in fixing this issue. Regards, Gokul Raj K -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [gcj] Re: Doubt regarding logic for 2nd problem of CodeJAM 2019

2019-04-08 Thread Gokul Sreeram
om. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-code/CAECKw-Nezk_QDo%3Ds_aeK9O0uZH9QfSVXj44AtVrgmXmvVny-CA%40mail.gmail.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > > > > Chee

[gcj] Re: Doubt regarding logic for 2nd problem of CodeJAM 2019

2019-04-08 Thread Gokul Sreeram
(2)).index; var subPath = path.substring(0,index); var count = (subPath.match(ourStart) || []).length + 1; ourPath = ourStart.repeat(count); ourPath += ourMid.repeat(matrixDim); ourPath += ourEnd.repeat(matrixDim-count); } console.log("Case #"+c

[gcj] Doubt regarding logic for 2nd problem of CodeJAM 2019

2019-04-07 Thread Gokul Sreeram
I have attended CodeJAM 2019, I had a query while solving problem 2. In problem “You Can Go Your Own Way”, I have submitted a result, It is showing “WA”(Wrong Answer”). I need to know in which case my logic has failed. I revisited my code and logic and I see everything fine and within

[jira] [Commented] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-03-06 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16785821#comment-16785821 ] Gokul commented on HBASE-20754: --- Thanks for the note, Sean. That's a helpful pointer.  > quickstart gu

Re: Proposed Tehpra incubator report for Mar 2019

2019-03-05 Thread Gokul Gunasekaran
+1 On Tue, Mar 5, 2019 at 1:02 PM Terence Yim wrote: > +1 > > On Tue, Mar 5, 2019 at 12:56 Andreas Neumann wrote: > > > +1 > > > > On Tue, Mar 5, 2019 at 11:30 AM Poorna Chandra > > wrote: > > > > > Hi All, > > > > > > Please review the proposed incubator report for Tephra. Let me know if > >

[jira] [Commented] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-03-05 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16784730#comment-16784730 ] Gokul commented on HBASE-20754: --- Ping [~busbey]. > quickstart guide should instruct folks to

[jira] [Comment Edited] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-03-03 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782583#comment-16782583 ] Gokul edited comment on HBASE-20754 at 3/4/19 3:23 AM: --- [~busbey] If the update

[jira] [Commented] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-03-02 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782583#comment-16782583 ] Gokul commented on HBASE-20754: --- [~busbey] If the update is okay, does this change have to be voted up

[jira] [Commented] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-27 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780131#comment-16780131 ] Gokul commented on HBASE-20754: --- [~busbey] Many thanks for your inputs. I've edited the content and added

[jira] [Updated] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-27 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul updated HBASE-20754: -- Attachment: HBASE-20754.master.001.patch > quickstart guide should instruct folks to set JAVA_HOME to a

[jira] [Updated] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-27 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul updated HBASE-20754: -- Fix Version/s: 3.0.0 Release Note: The quickstart guide is updated to instruct users to set

[jira] [Updated] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-27 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul updated HBASE-20754: -- Attachment: HBASE-20754.patch > quickstart guide should instruct folks to set JAVA_HOME to a JDK installat

[jira] [Updated] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-27 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul updated HBASE-20754: -- Attachment: (was: HBASE-20754.patch) > quickstart guide should instruct folks to set JAVA_HOME to a

[jira] [Assigned] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-26 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul reassigned HBASE-20754: - Assignee: Gokul > quickstart guide should instruct folks to set JAVA_HOME to a JDK installat

[jira] [Commented] (HBASE-20754) quickstart guide should instruct folks to set JAVA_HOME to a JDK installation.

2019-02-25 Thread Gokul (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-20754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16777589#comment-16777589 ] Gokul commented on HBASE-20754: --- [~busbey] I'd like to contribute to this issue. Is this still required

Re: PCI passthrough with multiple devices in same iommu group

2018-12-03 Thread gokul cg
Thanks for the info. Yes. we need to do this as our architecture manages everything from one of super privileged guest . Rest of the guest don't have access to these devices . Let me check with hardware vendor to see if we can segregate SMBus device into separate iommu group. -Gokul On Fri

Re: PCI passthrough with multiple devices in same iommu group

2018-11-29 Thread gokul cg
Thanks for info See inline On Wed, Nov 28, 2018 at 8:56 PM Alex Williamson wrote: > On Wed, 28 Nov 2018 20:21:02 +0530 > gokul cg wrote: > > > Hi Folks, > > > > Please excuse me , I just writing to you as i could see you had made > > changes regarding iommu and

PCI passthrough with multiple devices in same iommu group

2018-11-28 Thread gokul cg
and its not working for these devices.I have tried to passthrough vfio method, vfio complains that it needs all driver to be vfio compatible. How can we achieve pci passthrough for Intel SMBus Controller [00:1f.3 here] with latest kernel(We use 4.8+ now) Regards, Gokul __

iss api

2018-11-18 Thread gokul s
hi i want create model that get the longitude and lattitude for International Space Station and plot the longitude and lattitude on map so that we can track the live location on map.i have wrote function to receive lattitude and longitude but i dont know how to plot it with map. -- You

[eclim-user] JavaSearch does not work with external JARs

2018-09-10 Thread Gokul Subramanian
Hi there. I am running Eclipse 4.8 (Photon) with Eclim 2.8, and using Neovim 0.3.1 to work on a workspace with a few projects (that depend on one another). JavaSearch (and JavaSearchContext) work well within workspace, but render only the declaration in decompiled class files for external

Re: [ANN] Apache Struts 2.3.35 GA with Security Fixes Release

2018-08-23 Thread Gokul Raj
our download page. > http://struts.apache.org/download.cgi#struts-23x > > > Regards. > -- Regards Gokul

[sumo-user] Extraction of speed profile of one particular vehicle

2018-08-20 Thread Gokul via sumo-user
Hello there, I’ve created an output of my simulation through netstate dump in the xml format. Now I want to extract the speed profile of one particular vehicle. How can I filter the data I need from such a huge file? Please help me with this. Thanks & Regards Gokul Kama

[sumo-user] Extraction of speed profile of one particular vehicle

2018-08-20 Thread Gokul via sumo-user
Hello there, I’ve created an output of my simulation through netstate dump in the xml format. Now I want to extract the speed profile of one particular vehicle. How can I filter the data I need from such a huge file? Please help me with this. Thanks & Regards Gokul Kama

[sumo-user] Creating trips is a specific route

2018-08-19 Thread Gokul via sumo-user
the starting and ending lanes for one of the trips in trips.trips.xml file so that a trip in my desired route is created. However I don’t see any trips in the route I’m looking for. Please help me with creating trips in my desired route. Thanks & Regards Gokul Kama

[sumo-user] Creating trips is a specific route

2018-08-19 Thread Gokul via sumo-user
the starting and ending lanes for one of the trips in trips.trips.xml file so that a trip in my desired route is created. However I don’t see any trips in the route I’m looking for. Please help me with creating trips in my desired route. Thanks & Regards Gokul Kama

Re: [Dev] Minimum HA configuration in DAS for events

2018-07-19 Thread Gokul Balakrishnan
That's right. If you're not using Spark, you can ignore spark-defaults.conf. The nodes will still need to be Hazelcast clustered however. On Thu, 19 Jul 2018 at 13:47, Shazni Nazeer wrote: > Thanks, Gokul. > > If I get it right, I need to worry about spark-defaults.conf only if I >

Re: Django 1.11 Serving Large files for download ??

2018-06-20 Thread Gokul Swaminathan
checked FileResponse can be used from if it has be handled by Django or We can use Apache2 Xsend-file Apache2 xsendfile is what you will be suggesting for this. Or does it has be handled in any other way. On Wednesday, 20 June 2018 18:12:36 UTC+5:30, Julio Biason wrote: > > Hi Gokul, > >

Django 1.11 Serving Large files for download ??

2018-06-20 Thread Gokul Swaminathan
How to serve large file for download. Also it should handle simultaneous requests. I have to serve the web application in Intranet environment. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: [onap-discuss] [vnfsdk] tomorrow's meeting (5/18) cancelled

2018-05-19 Thread SINGARAJU, GOKUL
. Thanks Gokul From: Christopher Donley (Chris) [mailto:christopher.don...@huawei.com] Sent: Thursday, May 17, 2018 6:58 PM To: tina.t...@arm.com; Brian Hedstrom <brian.hedst...@oamtechnologies.com>; Gaoweitao (Victor, MANO) <victor@huawei.com>; Avinash S <avinas...@huawei.com>;

Kafka Elasticsearch Connector

2018-05-15 Thread Raj, Gokul (External)
in advance and glad to be a part of this forum. Thanks & Regards Gokul Raj S

[Bug 1769922] [NEW] my left speaker has crackling sound. when i was hearing music in my laptop speaker the window locked. At that time the crackling sound started

2018-05-08 Thread Gokul
Driver Version k4.10.0-42-generic. AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.4-0ubuntu4.10 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0c: gokul

[Touch-packages] [Bug 1769922] [NEW] my left speaker has crackling sound. when i was hearing music in my laptop speaker the window locked. At that time the crackling sound started

2018-05-08 Thread Gokul
Driver Version k4.10.0-42-generic. AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.4-0ubuntu4.10 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0c: gokul

[Desktop-packages] [Bug 1769922] [NEW] my left speaker has crackling sound. when i was hearing music in my laptop speaker the window locked. At that time the crackling sound started

2018-05-08 Thread Gokul
Driver Version k4.10.0-42-generic. AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.4-0ubuntu4.10 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0c: gokul

[Yahoo-eng-team] [Bug 1762633] [NEW] Keystone Installation Tutorial for Ubuntu in keystone

2018-04-10 Thread gokul
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [x] This doc is inaccurate in this way: In the note, MacOS is written as MaOS. If you have a

Re: openLDAP: LDAP and LDAP over TLS support at same time

2018-03-29 Thread GOKUL G
compiled with HAVE_TLS. As you said, we have missed out on something or probably misunderstood the APIs. I will try your suggestions. Thanks once again for your support. Regards, G Gokul On Thu, Mar 29, 2018 at 2:05 AM, Quanah Gibson-Mount <qua...@symas.com> wrote: > --On Wednesday,

Re: openLDAP: LDAP and LDAP over TLS support at same time

2018-03-28 Thread GOKUL G
Hi Team, Can you please look into this query. Regards, G Gokul On Sun, Mar 25, 2018 at 4:29 PM, GOKUL G <g.gokul1...@gmail.com> wrote: > Hi Team, > > We are developing a LDAP client in our application. For this we are using > openLDAP software. > One of our requirement

openLDAP: LDAP and LDAP over TLS support at same time

2018-03-27 Thread GOKUL G
_TLS and another without HAVE_TLS. And take care in application side to call the respective API without causing any resolution issue. Can you please suggest whether there is any other approach currently available in openLDAP to support both LDAP and LDAP/TLS at the sametime. Regards, G Gokul

Re: Proposed Tephra incubator report for Mar 2018

2018-03-06 Thread Gokul Gunasekaran
+1 On Tue, Mar 6, 2018 at 11:41 AM, James Taylor wrote: > +1 > > On Tue, Mar 6, 2018 at 11:41 AM, Poorna Chandra wrote: > > > Hi All, > > > > Please review the draft incubator report for Tephra. Let me know if any > > changes are required. The report

Re: [Dev] [EI-Analytics] Having two different Keystores for analytic nodes

2018-01-11 Thread Gokul Balakrishnan
n.com/in/godwin-amila-2ba26844/>* >> twitter: https://twitter.com/godwinamila >> <http://wso2.com/signature> >> > > > > -- > W.G. Gihan Anuruddha > Associate Technical Lead | WSO2, Inc. > M: +94772272595 > -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com M +94 77 5935 789 | +44 7563 570502 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Architecture] WSO2 Stream Processor 4.0.0 Released!

2018-01-11 Thread Gokul Balakrishnan
ge of this opportunity please visit http://wso2.com/support/. <http://wso2.com/support/> For further information on WSO2 Analytics, visit the WSO2 Analytics Page <http://wso2.com/analytics>. - WSO2 Analytics Team. -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com M

[Announce] WSO2 Stream Processor 4.0.0 Released!

2018-01-11 Thread Gokul Balakrishnan
ge of this opportunity please visit http://wso2.com/support/. <http://wso2.com/support/> For further information on WSO2 Analytics, visit the WSO2 Analytics Page <http://wso2.com/analytics>. - WSO2 Analytics Team. -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com M

[Dev] WSO2 Stream Processor 4.0.0 Released!

2018-01-11 Thread Gokul Balakrishnan
his opportunity please visit http://wso2.com/support/. <http://wso2.com/support/> For further information on WSO2 Analytics, visit the WSO2 Analytics Page <http://wso2.com/analytics>. - WSO2 Analytics Team. -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com M

Re: [Dev] [DAS] Inferring actual table name from the table's encoded name

2018-01-10 Thread Gokul Balakrishnan
-readable name to encoded name) already, hence the decision to add this to the REST API too. Best, On 11 January 2018 at 11:17, Sinthuja Rajendran <sinth...@wso2.com> wrote: > Hi Gokul, > > +1 to have a feature which returns the actual table name from the encoded > table name that

Re: [Dev] [DAS] Inferring actual table name from the table's encoded name

2018-01-10 Thread Gokul Balakrishnan
Hi Fazlan, Yes, the plan is to port this functionality to the latest product Analytics distributions as well as to DAS 3.1.0. Thanks, On 11 January 2018 at 11:07, Fazlan Nazeem <fazl...@wso2.com> wrote: > Hi Gokul, > > This is a much-needed functionality. Can we have this for

[Dev] [DAS] Inferring actual table name from the table's encoded name

2018-01-10 Thread Gokul Balakrishnan
Example cURL command: curl -k -H "Authorization: Basic YWRtaW46YWRtaW4=" https://localhost:9443/analytics/tables/ANX___7Lleafa0_/actualName We're planning to release this as a WUM update for DAS 3.1.0 and related products. -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://

Re: [Dev] [Vote] Release WSO2 Stream Processor (SP) 4.0.0-RC3

2017-12-23 Thread Gokul Balakrishnan
Hi all, Thanks for testing and voting. Since no blocking issues have been reported, we’re hereby closing this vote with 15 +1s and no -1s and proceeding with the Stream Processor 4.0 release. On Friday, 22 December 2017, Gokul Balakrishnan <go...@wso2.com> wrote: >

Re: [Dev] [Vote] Release WSO2 Stream Processor (SP) 4.0.0-RC3

2017-12-22 Thread Gokul Balakrishnan
I’ve tested the following: - RDBMS store with HTTP transport - HBase store - Editor and event simulator - Basic functionality on Windows 7 [+] Stable - Go ahead and release On Friday, 22 December 2017, Gokul Balakrishnan <go...@wso2.com> wrote: > Hi Devs, > > This is th

[Dev] [Vote] Release WSO2 Stream Processor (SP) 4.0.0-RC3

2017-12-22 Thread Gokul Balakrishnan
. [+] Stable - Go ahead and release [-] Broken - Do not release (explain why) This vote will be open for 72 hours or as needed. Regards, The WSO2 Analytics Team. -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com M +94 77 5935 789 | +44 7563 570502

Re: [Dev] [Architecture] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2017-12-22 Thread Gokul Balakrishnan
ature> >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> >> Blog: http://blog.napagoda

Re: [Architecture] [Dev] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2017-12-22 Thread Gokul Balakrishnan
ure> >>> >>> ___ >>> Dev mailing list >>> d...@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> >> Blog: http://blog.napagoda.

Re: [Dev] [Architecture] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2017-12-21 Thread Gokul Balakrishnan
aprasad Ariyarathna >>>>>>>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com/ >>>>>>>>> <https://wso2.com/signature> >>>>>>>>> >>>>>>>>> ___ >>>>>>>>> Dev mailing list >>>>>>>>> Dev@wso2.org >>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Blog: http://blog.napagoda.com >>>>>>>> Linkedin: https://www.linkedin.com/in/chandananapagoda/ >>>>>>>> >>>>>>>> >>>>>>>> ___ >>>>>>>> Dev mailing list >>>>>>>> Dev@wso2.org >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Rukshani Weerasinha >>>>>>> >>>>>>> WSO2 Inc. >>>>>>> Web:http://wso2.com >>>>>>> Mobile: 0777 683 738 >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Blog: http://blog.napagoda.com >>>>>> Linkedin: https://www.linkedin.com/in/chandananapagoda/ >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Rukshani Weerasinha >>>>> >>>>> WSO2 Inc. >>>>> Web:http://wso2.com >>>>> Mobile: 0777 683 738 >>>>> >>>>> >>>> >>>> >>>> -- >>>> Rukshani Weerasinha >>>> >>>> WSO2 Inc. >>>> Web:http://wso2.com >>>> Mobile: 0777 683 738 >>>> >>>> >>>> ___ >>>> Architecture mailing list >>>> architect...@wso2.org >>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>> >>>> >> >> >> -- >> >> Blog: http://blog.napagoda.com >> Linkedin: https://www.linkedin.com/in/chandananapagoda/ >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> > -- > > *S. Suhothayan* > Associate Director / Architect > *WSO2 Inc. *http://wso2.com > * <http://wso2.com/>* > lean . enterprise . middleware > > > *cell: (+94) 779 756 757 <+94%2077%20975%206757> | blog: > http://suhothayan.blogspot.com/ <http://suhothayan.blogspot.com/>twitter: > http://twitter.com/suhothayan <http://twitter.com/suhothayan> | linked-in: > http://lk.linkedin.com/in/suhothayan <http://lk.linkedin.com/in/suhothayan>* > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gokul Balakrishnan Senior Software Engineer, WSO2, Inc. http://wso2.com M +94 77 5935 789 | +44 7563 570502 <+44%207563%20570502> ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Most efficient way to unmarshall a large web service response

2017-12-08 Thread Gokul J
Hi All, So we use Apache camel in order to consume web services via spring WA and recently we are being plagued with OOM issues relating to heap size . The response is around 675 MB in size and we had to increase the heap by 5 GB to successfully unmarshall it . We use vanilla jaxb data

[opnfv-tech-discuss] Service VM

2017-12-01 Thread SINGARAJU, GOKUL
Hi, Need a Single node VM to work on Barometer and VES Project. What is the process to obtain one. Thanks Gokul ___ opnfv-tech-discuss mailing list opnfv-tech-discuss@lists.opnfv.org https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

[google-appengine] Node.js runtime getting 502 - bad gateway

2017-11-29 Thread Gokul Kulkarni
Hi All, I have a node.js application, which runs very fine in the local environment without any issues, but I deploy the same in the GCP app engine and when I try to access any API I start getting 502 - Bad gateway error. I do not find anything in the logs. -- You received this message

Re: [Dev] [SP][Windows] Error during startup

2017-11-28 Thread Gokul Balakrishnan
Hi all, I was able to verify that the SP4 Beta pack starts up in Windows 7 without any issues with the fix applied. Thanks a lot Danesh for the quick resolution! Best, On 29 November 2017 at 09:41, Danesh Kuruppu <dan...@wso2.com> wrote: > Hi Gokul, > > Just checking wheth

[Dev] [SP][Windows] Error during startup

2017-11-23 Thread Gokul Balakrishnan
r/database/WSO2_CARBON_DB.mv.db" As you can see, the path delimiter ("\") is missing between the drive and the initial path elements. Opened [1] to track this issue. Could you please take a look since this is critical for us? [1] https://github.com/wso2/carbon-kernel/issues/1615 Thanks, --

Re: [opnfv-tech-discuss] [barometer] ves_app.py exception when collecting from multiple collectd clients

2017-11-21 Thread SINGARAJU, GOKUL
+mos10 amd64programs for the libvirt library Have compiled collectd with kafka plugin on separate vm with instructions provided. Thanks Gokul From: SULLIVAN, BRYAN L Sent: Tuesday, November 21, 2017 10:37 AM To: Mytnyk, VolodymyrX <volodymyrx.myt...@intel.com>; Tahhan,

Re: [Dev] [SP]Incremental processing not working with SP + RDBMS

2017-11-03 Thread Gokul Balakrishnan
MS due to a new change > introduced at RDBMS extension level which rejects function namespaces. I > will discuss this with Gokul as well and find a solution. > > Thank you > Charini > > On Thu, Nov 2, 2017 at 3:10 AM, Sriskandarajah Suhothayan <s...@wso2.com> >

[google-appengine] Having CORS enabled on the app , but still throws an exception.

2017-10-27 Thread Gokul Muthuswamy
I have simple golang REST api app on GAE. I'm using a gorilla mux router and enabled CORS as below: httpServer = { Addr: ":8080", Handler: handlers.CORS( handlers.AllowedOrigins([]string{"*"}), handlers.AllowedHeaders([]string{"Authorization", "Access-Control-Allow-Headers"}),

Re: [VOTE] Release of Apache Tephra-0.13.0-incubating [rc2]

2017-09-20 Thread Gokul Gunasekaran
Thanks, John! Is there anything else that we can do to address concerns/issues regarding the release candidate? On Wed, Sep 20, 2017 at 11:26 AM, John D. Ament <johndam...@apache.org> wrote: > On Wed, Sep 20, 2017 at 2:21 PM Gokul Gunasekaran <go...@apache.org> > wr

Re: [VOTE] Release of Apache Tephra-0.13.0-incubating [rc2]

2017-09-20 Thread Gokul Gunasekaran
address the issue with the NOTICE file. Thanks, Gokul On Mon, Sep 18, 2017 at 7:24 PM, Andreas Neumann <a...@apache.org> wrote: > John, is this a show stopper, or would it be ok if we address that Jira in > the next release? > > On Mon, Sep 18, 2017 at 6:47 PM, Gokul Gu

[jira] [Assigned] (TEPHRA-265) Tephra Guice License

2017-09-20 Thread Gokul Gunasekaran (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul Gunasekaran reassigned TEPHRA-265: Assignee: Gokul Gunasekaran (was: Poorna Chandra) > Tephra Guice Lice

Re: [VOTE] Release of Apache Tephra-0.13.0-incubating [rc2]

2017-09-18 Thread Gokul Gunasekaran
dam...@apache.org> wrote: > Gokul, > > On Mon, Sep 18, 2017 at 9:14 PM Gokul Gunasekaran <go...@apache.org> > wrote: > > > Hi John, > > > > Thanks for the review of the release candidate. > > > > - NOTICE file for Guice: The NOTICE_BINARY file under > te

[jira] [Updated] (TEPHRA-265) Tephra Guice License

2017-09-18 Thread Gokul Gunasekaran (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokul Gunasekaran updated TEPHRA-265: - Fix Version/s: 0.14.0-incubating > Tephra Guice Lice

<    1   2   3   4   5   6   7   8   9   10   >