Re: [ovs-dev] [PATCH 1/2] ofp, dpif: Allow CT flush based on partial match

2022-11-28 Thread Paolo Valerio
Hi Ales, the patch lgtm, and works as expected. There are some nit/remarks below, but other than that, I'm ok with the change. Ales Musil writes: > Currently, the CT can be flushed by dpctl only be specifying > the whole 5-tuple. This is not very convenient when there are > only some fields

Re: [it-users] a capo

2022-11-10 Thread Valerio Messina
con la freccia hai del testo al posto che celle vuote, magari anche solo uno spazio -- Valerio -- Come cancellarsi: E-mail users+unsubscr...@it.libreoffice.org Problemi? https://it.libreoffice.org/supporto/mailing-lists/come-cancellarsi/ Linee guida per postare + altro: https

Re: [sigrok-devel] Can we finally merge link-mso19 hardware support [PR-144].

2022-11-08 Thread Valerio Messina via sigrok-devel
are the commits not the reviews to pull request for git master. If you want to keep commit and release exclusivity, the project is your completely free to do so. -- Valerio ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https

Re: [sigrok-devel] Can we finally merge link-mso19 hardware support [PR-144].

2022-11-01 Thread Valerio Messina via sigrok-devel
appoint at least two new reviewer with the right of commit, or this good project will dead or fork -- Valerio ___ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel

[ovs-dev] [PATCH] conntrack: Show parent key if present.

2022-10-31 Thread Paolo Valerio
Similarly to what happens when CTA_TUPLE_MASTER is present in a ct netlink dump, add the ability to print out the parent key to the userspace implementation as well. Signed-off-by: Paolo Valerio --- lib/conntrack.c |4 1 file changed, 4 insertions(+) diff --git a/lib/conntrack.c b/lib

Re: [ovs-dev] [PATCH] conntrack: Refactor nat handling functions

2022-10-27 Thread Paolo Valerio
Ales Musil writes: > On Thu, Oct 27, 2022 at 11:14 AM Ales Musil wrote: > > In order to support NAT of inner packet > for ICMP related traffic refactor the nat > functions. This fixes the issue that the > NAT was not performed on inner header in orig > direction and avoids

[Nav-users] R: R: Nav - LLDP Missing on some FS model

2022-10-26 Thread Marco Valerio Bifolco
  Marco V. Bifolco System Engineer Office (+39) 0694320122 | Mobile (+39) 3519666252 marco.bifo...@sferanet.net assiste...@sferanet.net   sferanet.net -Messaggio originale- Da: Morten Brekkevold Inviato: venerdì 21 ottobre 2022 13:29 A: Marco Valerio Bifolco Cc: nav-users

Re: [ovs-dev] [PATCH] odp-util: Add missing comma in format_odp_conntrack_action()

2022-10-26 Thread Paolo Valerio
Ilya Maximets writes: > On 10/21/22 15:22, Paolo Valerio wrote: >> If OVS_CT_ATTR_TIMEOUT is included, the resulting output is >> the following: >> >> actions:ct(commit,timeout=1nat(src=10.1.1.240)) >> >> Fix it by trivially adding a trailing ',' to timeo

[ovs-dev] [PATCH v2] odp-util: Add missing separator in format_odp_conntrack_action()

2022-10-26 Thread Paolo Valerio
If OVS_CT_ATTR_TIMEOUT is included, the resulting output is the following: actions:ct(commit,timeout=1nat(src=10.1.1.240)) Fix it by trivially adding a trailing ',' to timeout as well. Signed-off-by: Paolo Valerio --- v2: added test case in odp.at --- lib/odp-util.c |2 +- tests/odp.at

[kdenlive] [Bug 460928] Archive does not export all Effects

2022-10-26 Thread Valerio Bozzolan
https://bugs.kde.org/show_bug.cgi?id=460928 --- Comment #4 from Valerio Bozzolan --- With this information, maybe an easy way to do is could be: - when saving an effect, also save it in the project folder - when the project is opened: import the effect if missing or, if already present, just

[kdenlive] [Bug 460928] Archive does not export all Effects

2022-10-24 Thread Valerio Bozzolan
https://bugs.kde.org/show_bug.cgi?id=460928 --- Comment #2 from Valerio Bozzolan --- You may be interested in the related error message: > Missing effect: EXAMPLEEFFECT will be removed from project. -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 460928] Archive does not export all Effects

2022-10-24 Thread Valerio Bozzolan
https://bugs.kde.org/show_bug.cgi?id=460928 Valerio Bozzolan changed: What|Removed |Added CC||b...@reyboz.it Version

[kdenlive] [Bug 460928] New: Archive does not export all Effects

2022-10-24 Thread Valerio Bozzolan
https://bugs.kde.org/show_bug.cgi?id=460928 Bug ID: 460928 Summary: Archive does not export all Effects Classification: Applications Product: kdenlive Version: unspecified Platform: unspecified OS: Linux

[ovs-dev] [PATCH] odp-util: Add missing comma in format_odp_conntrack_action()

2022-10-21 Thread Paolo Valerio
If OVS_CT_ATTR_TIMEOUT is included, the resulting output is the following: actions:ct(commit,timeout=1nat(src=10.1.1.240)) Fix it by trivially adding a trailing ',' to timeout as well. Signed-off-by: Paolo Valerio --- lib/odp-util.c |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [ovs-dev] [RFC PATCH 1/2] dpif: Add support for CT flush with partial tuple

2022-10-17 Thread Paolo Valerio
Hello Ales, overall the approach is ok, the only concern is that, unless I'm missing something, in case of many connections, the exact match deletion could potentially take a while, whereas in the previous case the cost was basically a lookup (constant time) and of course the remaining deletion

[ovs-dev] [PATCH v2] ct-dpif: Replace ct_dpif_format_flags() with format_flags_masked().

2022-10-12 Thread Paolo Valerio
rotoinfo=(state_orig=SYN_SENT,state_reply=SYN_SENT,wscale_orig=7, wscale_reply=0,flags_orig=WINDOW_SCALE|SACK_PERM,flags_reply=0) Signed-off-by: Paolo Valerio --- v2: - updated commit message (was "ct-dpif: Do not show flag key if empty.") - instead of hiding the key, ct_dp

[Github-comments] Re: [geany/geany] Move sidebar's tabs to message window (Issue #3308)

2022-10-07 Thread Valerio Setti
Too bad :( Thanks for your reply! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3308#issuecomment-1271233380 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Move sidebar's tabs to message window (Issue #3308)

2022-10-07 Thread Valerio Setti
Closed #3308 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3308#event-7541249827 You are receiving this because you are subscribed to this thread. Message ID:

Re: [R] Fixed effect model: different estimation approaches with R return different results

2022-10-06 Thread Valerio Leone Sciabolazza
in which the function estimates the solution, and it should not be used the way I do. Maybe I should have better stressed this. Valerio On Thu, Oct 6, 2022 at 4:31 PM Bert Gunter wrote: > > You could get lucky here, but strictly speaking, this list is about R > programming and statistic

[R] Fixed effect model: different estimation approaches with R return different results

2022-10-06 Thread Valerio Leone Sciabolazza
e, the first and the third approach return very different point estimates. Is anyone able to explain me why I cannot obtain the same point estimates for this last exercise? Is there anything wrong in the way I include the second set of fixed effects? Is there anything wrong in the way

[kde] [Bug 459848] New: System settings crashing when tryign to connect display over usb-c

2022-09-30 Thread Valerio Formato
https://bugs.kde.org/show_bug.cgi?id=459848 Bug ID: 459848 Summary: System settings crashing when tryign to connect display over usb-c Classification: I don't know Product: kde Version: unspecified Platform:

[Nav-users] Nav - LLDP Missing on some FS model

2022-09-29 Thread Marco Valerio Bifolco
Hello, First of all thanks for your job, we really appreciate nav solution. We noticed that some of our FS.COM switch, (we got, cisco, hp, dlink, fs) does not work as expected. Nav doesn't get LLDP information, and for this it is wrongly populating the net map. The FS model working properly are

Re: [ovs-dev] [PATCH v3] ofproto-dpif-xlate: Update tunnel neighbor when receive gratuitous arp.

2022-09-21 Thread Paolo Valerio
Hello Han, "Han Ding" writes: > Commit ba07cf222a add the feature "Handle gratuitous ARP requests and > replies in tnl_arp_snoop()". But commit 83c2757bd1 just allow the ARP whitch > the destination address of the ARP is matched against the known xbridge > addresses. > So the modification of

Re: [Python] Parsing di un file ldif invalido

2022-09-15 Thread Valerio Pachera
Il giorno mer 14 set 2022 alle ore 15:36 Marco Giusti < marco.giu...@posteo.de> ha scritto: > > > #!/usr/bin/env python3 > > import sys > from ldif3 import LDIFParser > > ldif_path = sys.argv[1] > > with open(ldif_path, 'rb') as ldif_file: > parser = LDIFParser(ldif_file) > > for dn,

[Python] Parsing di un file ldif invalido

2022-09-14 Thread Valerio Pachera
Buongiorno a tutti, ho la seguente esigenza: parsare un file ldif prodotto dall'esportazione di una rubrica di Thunderbird. Prendiamo questo ldif come esempio: --- dn: cn=Mario Rossi,mail=mario.ro...@domain.com objectclass: top objectclass: person objectclass: organizationalPerson objectclass:

[Kernel-packages] [Bug 1989458] [NEW] package linux-firmware 20220329.git681281e4-0ubuntu3.5 failed to install/upgrade: il sottoprocesso installato pacchetto linux-firmware script post-installation ha

2022-09-13 Thread valerio cogrossi
zcommon znvpair ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: valerio3593 F pulseaudio CRDA: N/A CasperMD5CheckResult: unknown Date: Tue Sep 13 14:43:27 2022 Dependencies: firmware-sof-signed 2.0-1ubuntu3

Re: problema Thunderbird 102.2.1-1 - testing

2022-09-13 Thread valerio
fare una reinstallazione? personalmente ho un po' di indirizzi, ma a suo tempo per recuperare posta vecchia, ho semplicemente inserito i file di posta (con nomi fittizi) in directory di posta esistenti. ovviamente con le dovute cautele... valerio

Re: problema Thunderbird 102.2.1-1 - testing

2022-09-12 Thread valerio
contengono? per la cronaca (ma credo che non c'entri) tempo fa c'era apparmor che impediva alcune operazioni. altro non saprei... valerio Piviul Grazie

Re: problema Thunderbird 102.2.1-1 - testing

2022-09-11 Thread valerio
ciao, Il 11/09/22 15:14, Luca Sighinolfi ha scritto: Ciao Valerio On Sun, 11 Sep 2022 14:26:56 +0200 valerio wrote: ciao. Il 11/09/22 13:08, Luca Sighinolfi ha scritto: Buongiorno a tutti, ho un problema con Thunderbird sul portatile di mia moglie. Il sistema è Debian Tetsing, XFCE

Re: problema Thunderbird 102.2.1-1 - testing

2022-09-11 Thread valerio
ti. Ho installato Thunderbird dalla Unstable ma non ha risolto. Avete quanlche suggerimento? non sembra un bug Grazie mille Ciao valerio

Re: [ovs-dev] [PATCH 2/2] ct-dpif: Do not show flag key if empty.

2022-09-09 Thread Paolo Valerio
Ilya Maximets writes: > On 8/4/22 18:07, Paolo Valerio wrote: >> This patch avoids to show flags_orig/flags_reply key if they have no value. >> E.g., the following: >> >> NEW tcp,orig=([...]),reply=([...]),id=1800618864, >> status=CONFIRMED|SRC_NAT_DONE|DST_N

Re: Subpixel offset for glyphs rendering

2022-09-03 Thread Valerio De Benedetto
it is working good enough, at least the shapes are not as light and frail as when this correction is absent. What do you think of my approach so far? Do you see any room for improvement? Thanks again for your time. Valerio

Re: [Oiio-dev] Oiio-dev Digest, Vol 168, Issue 2

2022-09-01 Thread Valerio Viperino
for Windows. #3281 > >> (2.4.0.1/2.3.12) > >> - New CMake cache variable `DOWNSTREAM_CXX_STANDARD` specifies which > C++ > >> standard is the minimum for downstream projects (currently 14), > which > >> may be less than the `CMAKE_CXX_STANDAR

Subpixel offset for glyphs rendering

2022-08-28 Thread Valerio De Benedetto
Hi, I'm in the process of implementing subpixel positioning in my application. Since I'm using a glyph cache, I want to generate 4 different versions of the same glyph shifted by 1/4 pixel on the X axis, and then use the appropriate version at rendering time, depending on the final X position of

RE: [DISCUSS] LiveSync

2022-08-18 Thread Valerio Crescia
Hi all, I am really interested in implementing this new feature in syncope and would like to write my thesis on this work. Best regards, Valerio Crescia On 2022/08/17 07:22:38 Francesco Chicchiriccò wrote: > Hi all, > I have put some considerations about LiveSync in [1]: fee

Re: [ovs-dev] [PATCH] system-traffic: Fix IPv4 fragmentation test sequence for check-kernel.

2022-08-09 Thread Paolo Valerio
Ilya Maximets writes: > On 8/5/22 23:49, Paolo Valerio wrote: >> Ilya Maximets writes: >> >>> On 8/5/22 17:08, Paolo Valerio wrote: >>>> The following test sequence: >>>> >>>> conntrack - IPv4 fragmentation incomplete reassembl

Re: [ovs-dev] [PATCH] system-traffic: Fix IPv4 fragmentation test sequence for check-kernel.

2022-08-05 Thread Paolo Valerio
Ilya Maximets writes: > On 8/5/22 17:08, Paolo Valerio wrote: >> The following test sequence: >> >> conntrack - IPv4 fragmentation incomplete reassembled packet >> conntrack - IPv4 fragmentation with fragments specified >> >> leads to a systematic f

[ovs-dev] [PATCH] system-traffic: Fix IPv4 fragmentation test sequence for check-kernel.

2022-08-05 Thread Paolo Valerio
IPv4 fragmentation incomplete reassembled packet", once the checks are done. IPv6 tests are not affected as the defrag kernel code path pretends to add the duplicate fragment to the queue returning -EINPROGRESS, when a duplicate is detected. Signed-off-by: Paolo Valerio --- tests/system-traffic

Re: dis-informazione su linux

2022-08-05 Thread valerio
Il 24/07/22 11:59, raffaele angelo di paola ha scritto: link dell articolo? ciao, non sono sicuro in quanto non conosco la lingua francese, ma mi pare questo: https://www.revue-ballast.fr/la-part-anarchiste-des-communs/ valerio

[ovs-dev] [PATCH 1/2] netlink-conntrack: Do not fail to parse if optional TCP protocol attributes are not found.

2022-08-04 Thread Paolo Valerio
to parse with the message above. Fix it by turning the relevant attributes to optional. Signed-off-by: Paolo Valerio --- - [1] is the related piece of code that skips flags and wscale for the destroy evts. [1] https://github.com/torvalds/linux/blob/master/net/netfilter

[ovs-dev] [PATCH 2/2] ct-dpif: Do not show flag key if empty.

2022-08-04 Thread Paolo Valerio
-off-by: Paolo Valerio --- lib/ct-dpif.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/ct-dpif.c b/lib/ct-dpif.c index cfc2315e3..f1a375523 100644 --- a/lib/ct-dpif.c +++ b/lib/ct-dpif.c @@ -512,10 +512,16 @@ ct_dpif_format_protoinfo_tcp_verbose(struct ds

Re: test carta d'identità

2022-08-02 Thread valerio
Il 02/08/22 08:57, valerio ha scritto: Il 02/08/22 06:45, Piviul ha scritto: Il 01/08/22 22:34, Davide Prina ha scritto: Piviul ha scritto: e in più utilizzando la CIE di mia figlia e le ultime 4 cifre del suo PIN tutto funziona correttamente. Sono perplesso ma io non posso che

Re: test carta d'identità

2022-08-02 Thread valerio
. potrebbe essere che hai fatto tre tentativi errati e hai disattivato il PIN della tessera... ciao, hai l'applicazione per la cie? con l'icona con cie ID ed il profilo di una faccia? valerio

Re: test carta d'identità

2022-07-31 Thread valerio
come faccio a verificarlo? Non ci sono logs? ciao, hai provato con il browser che usi se ti da qualche messaggio quando la inserisci? di solito nei dispositivi di sicurezza: certe volte devo attivarla da lì valerio Grazie Piviul

Re: dis-informazione su linux

2022-07-27 Thread valerio
Il 26/07/22 11:02, Davide Prina ha scritto: valerio ha scritto: su una nuova rivista è apparso un articolo sui "beni comuni" di Edouard Jourdain che cita: concordo che chi ha scritto quel pezzo non ha capito l'argomento che stava cercando di trattare. la mia risposta (molto

Re: [ovs-dev] [PATCH] conntrack: Fix conntrack multiple new state

2022-07-25 Thread Paolo Valerio
it: I guess "[1]" could be removed from the description. "The cited commit" seems enough. In any case, Acked-by: Paolo Valerio > Fixes: a867c010ee91 ("conntrack: Fix conntrack new state") > Signed-off-by: Eli Britstein > --- > lib/conntrack-other.c | 7 ++

Re: dis-informazione su linux

2022-07-24 Thread valerio
riguarda solo la parte finanziaria. normalmente quando un hacker porta avanti un attacco, non lo fa dal proprio pc, ma prende possesso di una serie di pc (non protetti) e con quelli porta avanti gli attacchi... valerio

Re: dis-informazione su linux

2022-07-24 Thread valerio
Il 24/07/22 15:32, Lorenzo Breda ha scritto: Il giorno dom 24 lug 2022 alle ore 11:15 valerio < bardo_ml_deb...@fastwebnet.it> ha scritto: qualcuno ha dei commenti da fare? Solitamente, chi fa critiche - tipicamente meno superficiali di questa - di questo tipo fa riferimento al

Re: dis-informazione su linux

2022-07-24 Thread valerio
appunto che si occupano di gestire i possibili difetti del sistema e provvedono a correggerli. Gli utilizzatori solitamente e compatibilmente alla loro capacità contribuiscono a migliorarlo. ... valerio Il 24/07/22 11:15, valerio ha scritto: buongiorno a tutti, su una nuova rivista è apparso

dis-informazione su linux

2022-07-24 Thread valerio
dei commenti da fare? valerio

[ovs-dev] [PATCH v7 5/5] conntrack: Check for expiration before comparing the keys during the lookup

2022-07-11 Thread Paolo Valerio
From: Ilya Maximets This could save some costly key comparison miss, especially in the case there are many expired connections waiting for the sweeper to evict them. Signed-off-by: Ilya Maximets Signed-off-by: Paolo Valerio --- lib/conntrack.c |7 +-- 1 file changed, 5 insertions

[ovs-dev] [PATCH v7 4/5] conntrack: Use an atomic conn expiration value

2022-07-11 Thread Paolo Valerio
are consistent and reads are not undefined behaviour. Reading an atomic is however less costly than taking and releasing a lock. Signed-off-by: Gaetan Rivet Signed-off-by: Paolo Valerio --- v6: - A couple of hunks slipped away from the stg refresh before sending v5. --- lib/conntrack-private.h

[ovs-dev] [PATCH v7 3/5] conntrack: Replace timeout based expiration lists with rculists.

2022-07-11 Thread Paolo Valerio
by the pushback performed at every packet update, also solving the issue related to zones and timeout policies. Signed-off-by: Gaetan Rivet Co-authored-by: Paolo Valerio Signed-off-by: Paolo Valerio --- v7: - renamed EXP_LISTS -> N_EXP_LISTS; ct_next_list -> next_list (turned to non

[ovs-dev] [PATCH v7 2/5] conntrack-tp: Use a cmap to store timeout policies

2022-07-11 Thread Paolo Valerio
in the connection insertion path. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Acked-by: William Tu Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 +- lib/conntrack-tp.c | 54 ++- lib/conntrack.c |9

[ovs-dev] [PATCH v7 1/5] conntrack: Use a cmap to store zone limits

2022-07-11 Thread Paolo Valerio
'ct_lock', thus reducing contention. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 + lib/conntrack.c | 70 --- lib/conntrack.h |2 + lib/dpif-netdev.c

[ovs-dev] [PATCH v7 0/5] conntrack: Improve multithread scalability.

2022-07-11 Thread Paolo Valerio
This series aims to address the issues present in the previous versions. The end result is a different approach, using different data structure, but it solves the multiple issues observed in v4 and the problems that affected the baseline. The tests (similar to the ones previously performed by

Re: [ovs-dev] [PATCH v6 3/5] conntrack: Replace timeout based expiration lists with rculists.

2022-07-10 Thread Paolo Valerio
Paolo Valerio writes: > From: Gaetan Rivet > > This patch aims to replace the expiration lists as, due to the way > they are used, besides being a source of contention, they have a known > issue when used with non-default policies for different zones that > could lead to

Re: [ovs-dev] User space connection tracking benchmarks

2022-07-08 Thread Paolo Valerio
Aaron Conole writes: > Paolo Valerio writes: > >> Paolo Valerio writes: >> >>> Ilya Maximets writes: >>> >>>> On 6/20/22 23:57, Paolo Valerio wrote: >>>>> Ilya Maximets writes: >>>>> >>>>>>

Re: [ovs-dev] [PATCH v6 3/5] conntrack: Replace timeout based expiration lists with rculists.

2022-07-04 Thread Paolo Valerio
wenxu writes: > At 2022-07-04 16:43:20, "Paolo Valerio" wrote: >>Hello wenxu, >> >>thanks for having a look at it. >> >>wenxu writes: >> >>> Hi Paolo, >>> >>> There are two small question. >>>

[ovs-dev] [PATCH v2] meta-flow: Document nw_proto limitation for IPv6 later frags.

2022-07-04 Thread Paolo Valerio
Signed-off-by: Paolo Valerio --- lib/meta-flow.xml |9 + 1 file changed, 9 insertions(+) diff --git a/lib/meta-flow.xml b/lib/meta-flow.xml index 28865f88c..a1a20366d 100644 --- a/lib/meta-flow.xml +++ b/lib/meta-flow.xml @@ -4101,6 +4101,15 @@ r r c c c. opcodes greater

Re: [ovs-dev] [PATCH v6 3/5] conntrack: Replace timeout based expiration lists with rculists.

2022-07-04 Thread Paolo Valerio
ow (for the code freeze) or, if this makes it, afterward. I'd say, let's give Ilya and others the chance to have a look at this and let's hear from them. > > > BR > wenxu > > > > > > At 2022-07-02 02:14:12, "Paolo Valerio" wrote: >>From: Gaet

Re: [ovs-dev] [PATCH] meta-flow: Document nw_proto limitation for IPv6 later frags.

2022-07-01 Thread Paolo Valerio
Ilya Maximets writes: > On 4/14/22 17:34, Paolo Valerio wrote: >> Signed-off-by: Paolo Valerio >> --- >> lib/meta-flow.xml |9 + >> 1 file changed, 9 insertions(+) >> > > Hi, Paolo. Thanks for the patch! > See some comments inline. >

[ovs-dev] [PATCH v6 5/5] conntrack: Check for expiration before comparing the keys during the lookup

2022-07-01 Thread Paolo Valerio
From: Ilya Maximets This could save some costly key comparison miss, especially in the case there are many expired connections waiting for the sweeper to evict them. Signed-off-by: Ilya Maximets Signed-off-by: Paolo Valerio --- lib/conntrack.c |7 +-- 1 file changed, 5 insertions

[ovs-dev] [PATCH v6 4/5] conntrack: Use an atomic conn expiration value

2022-07-01 Thread Paolo Valerio
are consistent and reads are not undefined behaviour. Reading an atomic is however less costly than taking and releasing a lock. Signed-off-by: Gaetan Rivet Signed-off-by: Paolo Valerio --- v6: - A couple of hunks slipped away from the stg refresh before sending v5. --- lib/conntrack-private.h

[ovs-dev] [PATCH v6 3/5] conntrack: Replace timeout based expiration lists with rculists.

2022-07-01 Thread Paolo Valerio
by the pushback performed at every packet update, also solving the issue related to zones and timeout policies. Signed-off-by: Gaetan Rivet Co-authored-by: Paolo Valerio Signed-off-by: Paolo Valerio --- v6: - minor function renaming - removed conn->lock in conn_clean() as this was unneeded. - mi

[ovs-dev] [PATCH v6 2/5] conntrack-tp: Use a cmap to store timeout policies

2022-07-01 Thread Paolo Valerio
in the connection insertion path. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Acked-by: William Tu Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 +- lib/conntrack-tp.c | 54 ++- lib/conntrack.c |9

[ovs-dev] [PATCH v6 1/5] conntrack: Use a cmap to store zone limits

2022-07-01 Thread Paolo Valerio
'ct_lock', thus reducing contention. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 + lib/conntrack.c | 70 --- lib/conntrack.h |2 + lib/dpif-netdev.c

[ovs-dev] [PATCH v6 0/5] conntrack: Improve multithread scalability.

2022-07-01 Thread Paolo Valerio
This series tries to solve the issue present in the previous version. The end result is a different approach, using different data structure, but it solves the multiple issues that affected the previous version and the problemans that affected the baseline. The preliminar tests (similar to the

Re: [ovs-dev] User space connection tracking benchmarks

2022-07-01 Thread Paolo Valerio
Paolo Valerio writes: > Ilya Maximets writes: > >> On 6/20/22 23:57, Paolo Valerio wrote: >>> Ilya Maximets writes: >>> >>>> On 6/7/22 11:39, Robin Jarry wrote: >>>>> Paolo Valerio, Jun 05, 2022 at 19:37: >>>>

[ovs-dev] [PATCH v4 6/6] conntrack: Make ovs-appctl dpctl/ct-bkts work with multiple buckets

2022-07-01 Thread Paolo Valerio
79 97 86 106 93 80 90 Signed-off-by: Paolo Valerio --- lib/conntrack.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/conntrack.c b/lib/conntrack.c index 1ad29325c..00c183c48 100644 --- a/lib/conntrack.c +++ b/lib/conntrack.c @@ -2694

[ovs-dev] [PATCH v4 5/6] conntrack: Use an atomic conn expiration value

2022-07-01 Thread Paolo Valerio
are consistent and reads are not undefined behaviour. Reading an atomic is however less costly than taking and releasing a lock. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Acked-by: William Tu Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 +- lib/conntrack-tp.c

[ovs-dev] [PATCH v4 3/6] conntrack: Replaces nat_conn introducing key directionality.

2022-07-01 Thread Paolo Valerio
and a cmap_node for hash lookup. Both keys can now be accessed in the following way: conn->key_node[CT_DIR_{FWD,REV}].key similarly to what Aaron Conole suggested. This patch avoids the extra allocation for nat_conn, and makes userspace code cleaner. Signed-off-by: Peng He Co-authored-by: Paolo Vale

[ovs-dev] [PATCH v4 4/6] conntrack: Split single cmap to multiple buckets.

2022-07-01 Thread Paolo Valerio
ger uses expiration lists, but instead scans the cmaps taking charge of the expired entries. Signed-off-by: Paolo Valerio --- - Changed reschedule time from 90 to 30 seconds. This would reduce the worst case max latency from 90 + time to process to 30 + ttp - Renamed the hash shifting funct

[ovs-dev] [PATCH v4 2/6] conntrack-tp: Use a cmap to store timeout policies

2022-07-01 Thread Paolo Valerio
in the connection insertion path. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Acked-by: William Tu Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 +- lib/conntrack-tp.c | 54 ++- lib/conntrack.c |9

[ovs-dev] [PATCH v4 1/6] conntrack: Use a cmap to store zone limits

2022-07-01 Thread Paolo Valerio
'ct_lock', thus reducing contention. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 + lib/conntrack.c | 70 --- lib/conntrack.h |2 + lib/dpif-netdev.c

[ovs-dev] [PATCH v4 0/6] conntrack: Introduce buckets and reduce contention.

2022-07-01 Thread Paolo Valerio
conntrack: Use an atomic conn expiration value Paolo Valerio (2): conntrack: Split single cmap to multiple buckets. conntrack: Make ovs-appctl dpctl/ct-bkts work with multiple buckets Peng He (1): conntrack: Replaces nat_conn introducing key directionality. lib/conntrack

[ovs-dev] [PATCH v5 4/5] conntrack: Use an atomic conn expiration value

2022-06-30 Thread Paolo Valerio
are consistent and reads are not undefined behaviour. Reading an atomic is however less costly than taking and releasing a lock. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Acked-by: William Tu Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 +- lib/conntrack.c

[ovs-dev] [PATCH v5 5/5] conntrack: Check for expiration before comparing the keys during the lookup

2022-06-30 Thread Paolo Valerio
From: Ilya Maximets This could save some costly key comparison miss, especially in the case there are many expired connections waiting for the sweeper to evict them. Signed-off-by: Ilya Maximets Signed-off-by: Paolo Valerio --- lib/conntrack.c |7 +-- 1 file changed, 5 insertions

[ovs-dev] [PATCH v5 3/5] conntrack: Replace timeout based expiration lists with rculists.

2022-06-30 Thread Paolo Valerio
by the pushback performed at every packet update, also solving the issue that affects the current implementation. Signed-off-by: Gaetan Rivet Co-authored-by: Paolo Valerio Signed-off-by: Paolo Valerio --- - I kept the authorship as, although this changes the approach used in [0] some code got

[ovs-dev] [PATCH v5 2/5] conntrack-tp: Use a cmap to store timeout policies

2022-06-30 Thread Paolo Valerio
in the connection insertion path. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Acked-by: William Tu Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 +- lib/conntrack-tp.c | 54 ++- lib/conntrack.c |9

[ovs-dev] [PATCH v5 1/5] conntrack: Use a cmap to store zone limits

2022-06-30 Thread Paolo Valerio
'ct_lock', thus reducing contention. Signed-off-by: Gaetan Rivet Reviewed-by: Eli Britstein Signed-off-by: Paolo Valerio --- lib/conntrack-private.h |2 + lib/conntrack.c | 70 --- lib/conntrack.h |2 + lib/dpif-netdev.c

[ovs-dev] [PATCH v5 0/5] conntrack: Improve multithread scalability.

2022-06-30 Thread Paolo Valerio
This series tries to solve the issue present in the previous version. The end result is a different approach, using different data structure, but it solves the multiple issues that affected the previous version and the problemans that affected the baseline. The preliminar tests (similar to the

Run virt-manager 4.0.0 on ubuntu 20.04

2022-06-27 Thread Valerio Pachera
Hi, I wish to run the latest virt-manager version on my ubunut 20.04. I checked all the requirements in INSTALL.md and they are all met. I remove virt-manager 2.2.1 by apt remove virt-manager. I run then setup.py install and got no error. which virt-manager /usr/bin/virt-manager virt-manager

Clone a vm sharing disk

2022-06-27 Thread Valerio Pachera
Hi, I have a vm with a qcow2 disk hosted on a btrfs file system. Looking at the documentation it seems always possibile to create a clone and share the source disk:

Understand how bridge works

2022-06-27 Thread Valerio Pachera
Hi, I'm running virt-manager 2.2.1 on a ubuntu 20.04 (kde neon). In stalled a ubuntu 22.04 as guest. The vm nic is configured using bridge I cloned the vm (with a differe mac address). When I run the first vm I notice it gets and IP from DHCP and this is my

Re: [ovs-dev] [PATCH] conntrack: Fix incorrect bit shift while hashing nat range.

2022-06-24 Thread Paolo Valerio
310:5 > 19 0x59a98c in main vswitchd/ovs-vswitchd.c:129:9 > 20 0x7f8864c3acf2 in __libc_start_main (/lib64/libc.so.6+0x3acf2) > 21 0x47e60d in _start (vswitchd/ovs-vswitchd+0x47e60d) > > Fixes: 92edd073ce6c ("conntrack: Hash entire NAT data structure in

Re: [ovs-dev] User space connection tracking benchmarks

2022-06-24 Thread Paolo Valerio
Ilya Maximets writes: > On 6/20/22 23:57, Paolo Valerio wrote: >> Ilya Maximets writes: >> >>> On 6/7/22 11:39, Robin Jarry wrote: >>>> Paolo Valerio, Jun 05, 2022 at 19:37: >>>>> Just a note that may be useful. >>>>> Afte

Bug#1013364: dicomnifti: autopkgtest failure: number of repetitions is less than two

2022-06-23 Thread Valerio Luccio
Thanks, will do asap. On 6/23/22 4:36 AM, Paul Gevers wrote: Hi Valerio, On 22-06-2022 23:33, Valerio Luccio wrote: Puzzling, this package has not changed since November 2017.  dicomnifti (2.33.1-4) unstable; urgency=medium  .    * Team upload.    * Add autopkgtests    * Install examples

Bug#1013364: dicomnifti: autopkgtest failure: number of repetitions is less than two

2022-06-23 Thread Valerio Luccio
Thanks, will do asap. On 6/23/22 4:36 AM, Paul Gevers wrote: Hi Valerio, On 22-06-2022 23:33, Valerio Luccio wrote: Puzzling, this package has not changed since November 2017.  dicomnifti (2.33.1-4) unstable; urgency=medium  .    * Team upload.    * Add autopkgtests    * Install examples

Bug#1013364: dicomnifti: autopkgtest failure: number of repetitions is less than two

2022-06-22 Thread Valerio Luccio
CreateNIfTIHeader: WARNING: number of repetitions is less than two time between volumes is set to zero output.nii: FAILED md5sum: WARNING: 1 computed checksum did NOT match autopkgtest [15:10:43]: test run-unit-test -- Valerio Luccio High Performance Computing 10 Astor Place

Bug#1013364: dicomnifti: autopkgtest failure: number of repetitions is less than two

2022-06-22 Thread Valerio Luccio
CreateNIfTIHeader: WARNING: number of repetitions is less than two time between volumes is set to zero output.nii: FAILED md5sum: WARNING: 1 computed checksum did NOT match autopkgtest [15:10:43]: test run-unit-test -- Valerio Luccio High Performance Computing 10 Astor Place

Re: [ovs-dev] User space connection tracking benchmarks

2022-06-20 Thread Paolo Valerio
Ilya Maximets writes: > On 6/7/22 11:39, Robin Jarry wrote: >> Paolo Valerio, Jun 05, 2022 at 19:37: >>> Just a note that may be useful. >>> After some tests, I noticed that establishing e.g. two TCP connections, >>> and leaving the first one idle af

[ovirt-users] Re: Dead agent

2022-06-16 Thread Valerio Luccio
6/15/22 11:07 PM, Sketch wrote: On Wed, 15 Jun 2022, Valerio Luccio wrote: I have an ovirt 4.4 installation whit self-hosted engine where the agent seems to have died. The VMs are still running, so I assume that the engine itself is still running (is this a wrong assumption ?). Can I restart

[ovirt-users] Dead agent

2022-06-15 Thread Valerio Luccio
will restarting the agent affect the running VMs ? If I can restart the agent, what's the correct way of doing it ? Thanks, -- Valerio Luccio High Performance Computing 10 Astor Place, Room 416D New York University New York, NY 10003 "In an open world, who

Re: Stampante multifunzione per Debian

2022-06-13 Thread valerio
zionerebbe ancora) finché non è stato più supportato (come, sembra molto prodotti epson). il lide 400 ho dovuto comprarlo via amazon... dai rivenditori non si trovava valerio

Re: [ovs-dev] [PATCH v2 2/2] ofproto-dpif: avoid unneccesary backer revalidation

2022-06-08 Thread Paolo Valerio
co Chaudron > --- LGTM, Acked-by: Paolo Valerio ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v2 1/2] lldp: fix lldp memory leak

2022-06-08 Thread Paolo Valerio
lldpd_remote_cleanup(hw, NULL, false); > -} > +ovs_list_remove(>h_entries); > +lldpd_remote_cleanup(hw, NULL, true); > + lldpd_hardware_cleanup(cfg, hw); > } > > VLOG_DBG("cleanup all chassis"); Acked-by: Paolo Valerio

Re: [ovs-dev] User space connection tracking benchmarks

2022-06-05 Thread Paolo Valerio
"Robin Jarry" writes: > Hi all, > > I have been working on some benchmarks of user space connection > tracking. I wanted to give some feedback on the results so that I got on > two patch series that were submitted by Paolo and Gaëtan a while ago. > > In this intent, I have written a small script

[neon] [Bug 454169] New: KDE Neon installer doesn't create Volume Groups

2022-05-21 Thread valerio pachera
https://bugs.kde.org/show_bug.cgi?id=454169 Bug ID: 454169 Summary: KDE Neon installer doesn't create Volume Groups Product: neon Version: unspecified Platform: Ubuntu Packages OS: Linux Status: REPORTED

Installing mysql-workbench on Debian Sid

2022-05-20 Thread Valerio
Hi, I need to install mysql-workbench package on debian sid, but i get problems about missing dependencies. The following packages have unmet dependencies: mysql-workbench : Depends: libgdal29 (>= 3.3.0) but it is not installable Depends: python3 (< 3.10) but 3.10.4-1+b1 is to be installed

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