[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device

2024-10-06 Thread David Woodhouse
From: David Woodhouse The vmclock device addresses the problem of live migration with precision clocks. The tolerances of a hardware counter (e.g. TSC) are typically around ±50PPM. A guest will use NTP/PTP/PPS to discipline that counter against an external source of 'real' time, and

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device

2024-10-06 Thread David Woodhouse
From: David Woodhouse The vmclock device addresses the problem of live migration with precision clocks. The tolerances of a hardware counter (e.g. TSC) are typically around ±50PPM. A guest will use NTP/PTP/PPS to discipline that counter against an external source of 'real' time, and

[RBW] ISO road bliss: 54 Roadini // 58 Rambouillet

2024-10-05 Thread Brian David Lewis-Jones
Is it just me? Am I getting older? (yes) Or are geometry charts & sizing for modern bikes getting harder to predict how a bike will fit & feel? (... probably just me) I've found myself again wanting to put together a simple road machine. My brevets over the years have frequently included carryi

Re: New Solr Admin UI - POC Presentation

2024-10-05 Thread David Smiley
Looking forward to it! On Mon, Sep 30, 2024 at 2:02 AM Christos Malliaridis < c.malliari...@gmail.com> wrote: > Hello everyone, > > I would like to invite you all to the presentation about the proposal for a > new Solr Admin UI. > > The presentation is about the content of the current proof-of-co

Re: New Solr Admin UI - POC Presentation

2024-10-05 Thread David Smiley
Looking forward to it! On Mon, Sep 30, 2024 at 2:02 AM Christos Malliaridis < c.malliari...@gmail.com> wrote: > Hello everyone, > > I would like to invite you all to the presentation about the proposal for a > new Solr Admin UI. > > The presentation is about the content of the current proof-of-co

Re: Draft for 2024/10 ASF Board report

2024-10-05 Thread David Vittor
+1 On Sun, 6 Oct 2024 at 07:55, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hiya! > > Next Board's report is due to October, 9th, so forwarded below is the > associated draft. As usual, any comments, edits, questions, etc. are > more than welcome. > > cheers, > juan pablo >

[Bug 2083757] [NEW] eza package missing shell completion files

2024-10-05 Thread David
Public bug reported: The eza/noble 0.18.2-1 package installed these files: ``` $ dpkg-query -L eza /. /usr /usr/bin /usr/bin/eza /usr/share /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/eza /usr/share/doc /usr/share/doc/eza /usr/share/doc

Re: On disable_cost

2024-10-05 Thread David Rowley
agree we should get rid of it. The patch looks fine to me. David

Re: On disable_cost

2024-10-05 Thread David Rowley
On Sun, 6 Oct 2024 at 06:29, Alena Rybakina wrote: > > On 04.10.2024 00:52, David Rowley wrote: > > Append > >-> Index Only Scan using lp1_a_idx on lp1 lp_1 > >-> Sort > > Disabled: true > > Sort Key: lp_2.a > >

[committed] hppa: Don't clobber frame_pointer_rtx in expanders

2024-10-05 Thread John David Anglin
Tested on hppa-unknown-linux-gnu and hppa64-hp-hpux11.11. Committed to trunk. Dave --- hppa: Don't clobber frame_pointer_rtx in expanders Noticed testing LRA. Clobbers cause internal compiler errors. 2024-10-05 John David Anglin gcc/ChangeLog: * config/pa/pa.md (nonlocal

[gcc r15-4089] hppa: Don't clobber frame_pointer_rtx in expanders

2024-10-05 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:29f47b0929e00ef9b880e9157f156c78ff924f5b commit r15-4089-g29f47b0929e00ef9b880e9157f156c78ff924f5b Author: John David Anglin Date: Sat Oct 5 18:39:41 2024 -0400 hppa: Don't clobber frame_pointer_rtx in expanders Noticed testing LRA. Clobbers cause int

[committed] hppa: Fix indirect_goto constraint

2024-10-05 Thread John David Anglin
Tested on hppa-unknown-linux-gnu and hppa64-hp-hpux11.11. Commited to active branches. Dave --- hppa: Fix indirect_goto constraint Noticed testing LRA. 2024-10-05 John David Anglin gcc/ChangeLog: * config/pa/pa.md: Fix indirect_got constraint. diff --git a/gcc/config/pa/pa.md b

[gcc r12-10744] hppa: Fix indirect_goto constraint

2024-10-05 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:00100084dbabf8acfd8b12e5b5025bd08ee52f75 commit r12-10744-g00100084dbabf8acfd8b12e5b5025bd08ee52f75 Author: John David Anglin Date: Sat Oct 5 18:18:31 2024 -0400 hppa: Fix indirect_goto constraint Noticed testing LRA. 2024-10-05 John David Anglin

[gcc r13-9087] hppa: Fix indirect_goto constraint

2024-10-05 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:829803662b505ef85d2db643a9ec44048a447558 commit r13-9087-g829803662b505ef85d2db643a9ec44048a447558 Author: John David Anglin Date: Sat Oct 5 18:18:31 2024 -0400 hppa: Fix indirect_goto constraint Noticed testing LRA. 2024-10-05 John David Anglin

[gcc r14-10748] hppa: Fix indirect_goto constraint

2024-10-05 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:27582d4a68f8fb79955f1261a19ef6a8c1f9f71b commit r14-10748-g27582d4a68f8fb79955f1261a19ef6a8c1f9f71b Author: John David Anglin Date: Sat Oct 5 18:18:31 2024 -0400 hppa: Fix indirect_goto constraint Noticed testing LRA. 2024-10-05 John David Anglin

[gcc r15-4088] hppa: Fix indirect_goto constraint

2024-10-05 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:f6539107b8804bcc3532e748f3f596c5a8b29b44 commit r15-4088-gf6539107b8804bcc3532e748f3f596c5a8b29b44 Author: John David Anglin Date: Sat Oct 5 18:18:31 2024 -0400 hppa: Fix indirect_goto constraint Noticed testing LRA. 2024-10-05 John David Anglin

Results for 15.0.0 20241004 (experimental) [master r15-4071-g78d2af1fa53] (GCC) testsuite on hppa-unknown-linux-gnu

2024-10-05 Thread John David Anglin
LAST_UPDATED: Fri Oct 4 14:27:09 UTC 2024 (revision r15-4071-g78d2af1fa53) Native configuration is hppa-unknown-linux-gnu === gcc tests === Running target unix FAIL: gcc.dg/pr109393.c scan-tree-dump-times optimized "return 1;" 3 XPASS: gcc.dg/guality/guality.c -O0 execution

Bash debugging.

2024-10-05 Thread David Shuman
above the ARGC value (1) says this is the argument #?# 2 -X appears to be a dummy unused argument #?# 3 Let me know what you think? David Shuman

Re: Renaming baseMoment

2024-10-05 Thread David Kastrup
Dan Eble writes: > On 2024-10-04 19:30, David Kastrup wrote: >> I'd probably bring them into existence with something like >> (define-compatibility-property 'baseMoment 'beatBase >>ly:moment? ly:moment-main ly:make-moment) > > My battle with conve

Re: [FRIAM] nice quote

2024-10-05 Thread Prof David West
id that all metaphors are *entirely* wrong. > > and yes, I am being pissy. > > n > > > > > On Sat, Oct 5, 2024 at 11:04 AM steve smith wrote: >>> All *Pithy Aphorisms* are wrong, some are useful? >>> >> On 10/5/24 9:06 AM, Prof David West wr

Re: db9f to usb-c serial

2024-10-05 Thread David Kotlerewsky
Here’s the one with an RJ45 end. Works well on Apple’s iPadOS ans iOS devices with various terminal apps: https://redpark.com/usb-c-console-cable/ From: Mikael Abrahamsson Date: Saturday, October 5, 2024 at 6:51 AM To: Javier Henderson Cc: David Kotlerewsky , Fabian Mauchle via NANOG

Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-10-05 Thread David Smiley
lr has supported "distributed search" years before SolrCloud! Lets not forget that. On Sat, Oct 5, 2024 at 7:11 AM David Eric Pugh wrote: > To get the default change done...Is there another way to tell Solr > that it's starting in a non solrcloud mode that would be a

Re: What ornament is this?

2024-10-05 Thread David Santamauro
The Sauer edition has it as a mordent. From: lilypond-user-bounces+david.santamauro=gmail@gnu.org on behalf of Knute Snortum Date: Saturday, October 5, 2024 at 11:36 AM To: carsonm...@ca.rr.com Cc: lilypond-user@gnu.org Subject: Re: What ornament is this? On Sat, Oct 5, 2024 at 8:19 AM

[jira] [Commented] (SOLR-12831) DeleteShardCmd doesn't remove all its data from Zookeeper

2024-10-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17887127#comment-17887127 ] David Smiley commented on SOLR-12831: - FYI some more details were shared in

[jira] [Resolved] (SOLR-14240) Shard deletion doesn't clean up parent znodes in zookeeper

2024-10-05 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-14240. - Resolution: Duplicate Yes, a duplicate.  Thanks for noticing. > Shard deletion doesn't

Re: [FRIAM] nice quote

2024-10-05 Thread Prof David West
logy is >> > more democratized than it has ever been. Granted, it takes (a lot) of >> > work to familiarize oneself with something like how GPS works or how >> > to NOT click on that phishing email. But to suggest that it's >> > "godlike" says m

Re: [marxmail] A new English translation of Capital

2024-10-05 Thread David Walters via groups.io
Interesting. The MIA uses the original Engels translation. I haven't checked to see if the new one, with Mandel's introductions (Vintage) have been put on the MIA but I doubt it due to copyright issues. David -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to

Re: Hooks for sending/replying to set a custom header

2024-10-05 Thread David Bremner
Xiyue Deng writes: >> >> There is also message-server-alist, which does not need a header. > > Thanks for the tip! I think that should work, though I'd like a more > notmuch-ish solution if possible. And in fact I had some success on > advising `notmuch-mua-mail' and reacting on 'From from `oth

Re: grant connect to all databases

2024-10-05 Thread David G. Johnston
a default installation it already is given connect privileges on all databases created by the bootstrap superuser. David J.

Re: [ANNOUNCE] New Arrow committer: Will Ayd

2024-10-05 Thread David Li
Welcome, Will! On Wed, Oct 2, 2024, at 23:25, Gang Wu wrote: > Congrats and welcome! > > Best regards, > Gang > > On Wed, Oct 2, 2024 at 10:16 PM Vibhatha Abeykoon > wrote: > >> Congratulations, Will! >> >> On Wed, Oct 2, 2024 at 3:18 PM Joris Van den Bossche < >> jorisvandenboss...@gmail.com> wr

Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-10-05 Thread David Eric Pugh
pt for cloud and just document the heck out of it everywhere? bin/cluster bin/cloud <-- cloud is not a great name these days and we need to get rid of it. I don't know, lots of bikeshedding here.    I think I can live with bin/solr start --not-distributed-mode. On Thursday, Octob

Re: How to do code splitting in latest GWT SDK?

2024-10-05 Thread David
do I reduce CurrencyList files? Thanks, David On Saturday, October 5, 2024 at 10:26:52 AM UTC+8 Colin Alworth wrote: > While gwt-core and the other refactored modules are intended to be both > gwt-compatible and j2cl-compatible, there are a small handful of classes > and me

Re: [Toybox] Microsoft github is disabling my account on the 7th.

2024-10-05 Thread David Seikel
On 2024-09-30 11:08:03, Rob Landley wrote: > I did https://mstdn.jp/@landley/113227281544666453 so have no idea if this > will > go out through the old smtp server, but maybe it has the old mx record cached > still... Well I got it at least. > Half the point of git is you can publish it multiple

Re: On disable_cost

2024-10-04 Thread David Rowley
of a plan node in EXPLAIN to speak up now, even if it's just a +1 to something someone has already written. It would be nice to see what more people think. David

[webkit-changes] [WebKit/WebKit] 9d4e2d: Avoid shifting address value in DFG AbstractHeap

2024-10-04 Thread David Degazio
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9d4e2deb25c83756843ff69b0ccc3bd0ae3072f6 https://github.com/WebKit/WebKit/commit/9d4e2deb25c83756843ff69b0ccc3bd0ae3072f6 Author: David Degazio Date: 2024-10-04 (Fri, 04 Oct 2024) Changed paths: M

[jira] [Resolved] (SOLR-17473) Apply formatting to build source files

2024-10-04 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-17473. - Fix Version/s: main (10.0) Resolution: Fixed Thanks! > Apply formatting to build sou

Re: How to do code splitting in latest GWT SDK?

2024-10-04 Thread David
I use GWT 2.10. David On Saturday, October 5, 2024 at 10:18:56 AM UTC+8 David wrote: > In gwt-core-1.0.0-RC1.jar, I see *"Pick either GWT2 split point or > Closure-Compiler chunks". Where can I find a code splitting SDK?* > > > *David* > -- You received

How to do code splitting in latest GWT SDK?

2024-10-04 Thread David
In gwt-core-1.0.0-RC1.jar, I see *"Pick either GWT2 split point or Closure-Compiler chunks". Where can I find a code splitting SDK?* *David* -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this grou

Re: Which subdirectory for a usedr-specific executable?

2024-10-04 Thread David Christensen
On 10/4/24 04:47, Richard Owlett wrote: On 10/03/2024 06:34 PM, David Christensen wrote: On 10/3/24 05:51, Richard Owlett wrote: Is there standard/recommended location for an executable to be used by only a one user? In my case it should be under /home/richard/ . But where? It would help if

Re: Renaming baseMoment

2024-10-04 Thread David Kastrup
Dan Eble writes: > On 2024-10-04 17:58, David Kastrup wrote: >> Dan Eble writes: >> >>> Taking all the feedback into account, I plan to prepare a patch >>> renaming baseMoment to beatBase. >> How about doing both rename and retyping to rational and kee

[webkit-changes] [WebKit/WebKit] 0250a3: Don't mask unnecessarily for out-of-line CodeOrigin

2024-10-04 Thread David Degazio
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0250a327f2112417479c306d0710352c180e8cea https://github.com/WebKit/WebKit/commit/0250a327f2112417479c306d0710352c180e8cea Author: David Degazio Date: 2024-10-04 (Fri, 04 Oct 2024) Changed paths: M

Re: [GNC] How to track receipts for a job.

2024-10-04 Thread David H
usiness Features >> Accounts Receivable >> Customer Jobs section for details. This might help. Cheers David H. On Sat, 5 Oct 2024 at 08:38, Jacob D wrote: > Hello my name is Jacob, I need help figuring out a good process for > recording receipts which are assigned to an invoice. >

[pushed: r15-4081] diagnostics: bulletproof opening of SARIF output [PR116978]

2024-10-04 Thread David Malcolm
h: New file. * diagnostic.cc (diagnostic_context::emit_diagnostic): New. (diagnostic_context::emit_diagnostic_va): New. * diagnostic.h (diagnostic_context::emit_diagnostic): New decl. (diagnostic_context::emit_diagnostic_va): New decl. Signed-off-by: David Malcolm --- gcc/diagnostic-forma

[gcc r15-4081] diagnostics: bulletproof opening of SARIF output [PR116978]

2024-10-04 Thread David Malcolm via Gcc-cvs
https://gcc.gnu.org/g:385a232229a5b4ee3f4d2a2472bcda28cd8d17b2 commit r15-4081-g385a232229a5b4ee3f4d2a2472bcda28cd8d17b2 Author: David Malcolm Date: Fri Oct 4 18:31:17 2024 -0400 diagnostics: bulletproof opening of SARIF output [PR116978] Introduce a new RAII class

Re: Renaming baseMoment

2024-10-04 Thread David Kastrup
ack into account, I plan to prepare a patch > renaming baseMoment to beatBase. How about doing both rename and retyping to rational and keeping the old property as a Moment-typed compatibility read/write accessor? That would be less of a compatibility nightmare. -- David Kastrup

Trying to install Guix SD - grub-install fails

2024-10-04 Thread David Lecompte via
label "guix-boot")) (mount-point "/boot") (type "ext4"))) %base-file-systems)) (users (cons (user-account (name "david") (comment "David")

Re: r-b as a recommendation in standards

2024-10-04 Thread David A. Wheeler via rb-general
mentals/blob/main/secure_software_development_fundamentals.md#harden-the-development-environment-including-build-and-cicd-pipeline--distribution-environment Full disclosure: I'm the lead author of LFD121. But hopefully you'll find it useful anyway :-). I *do* want to that the many people who reviewed it & provided helpful feedback on it. --- David A. Wheeler

Fwd: r-b as a recommendation in standards

2024-10-04 Thread David A. Wheeler via rb-general
o requirement that someone outside be able to do or verify it, which obviously is a weaker form. Reproducible builds *ARE* already a gold-level requirement: Gold: The project MUST have a reproducible build. If no building occurs (e.g., scripting languages where the source code is used directly instead of being compiled), select "not applicable" (N/A). {N/A justification} {Met URL} [build_reproducible] --- David A. Wheeler

Re: [PATCH] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-04 Thread David Vernet
URDIR) > +else > +OUTPUT_DIR := $(OUTPUT) This breaks if you use make from the selftests/sched_ext directory. AFAICT it looks like OUTPUT is always set in ../lib.mk, so we always go to the OUTPUT_DIR := $(CURDIR) branch. Because of that, running `make clean` will delete the whole sched_ext selftests directory. Also, did you mean for the first branch to be: +OUTPUT_DIR := $(CURDIR)/build as opposed to: > +OUTPUT := $(CURDIR)/build [...] Thanks, David signature.asc Description: PGP signature

[FRIAM] nice quote

2024-10-04 Thread Prof David West
*"The real problem of humanity is the following: we have Paleolithic emotions, medieval institutions, and godlike technology. And it is terrifically dangerous."* Edward O. Wilson. davew -. --- - / ...- .- .-.. .. -.. / -- --- .-. ... . / -.-. --- -.. . FRIAM Applied Complexity Group listserv Fr

Re: [R-390] Official specs

2024-10-04 Thread David Wise
I adjusted my IF gain for maximum S/N at I don't remember what frequency. (Probably should have used 32MC but didn't.) The resulting gain was significantly below the standard value. FWIW, Dave Wise SWL (inactive) From: r-390-boun...@mailman.qth.net on behalf

[jira] [Updated] (CASSANDRA-19982) Select Query Builder puts 'Limit' and 'Per Partition Limit' in the wrong order

2024-10-04 Thread David Stringer (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Stringer updated CASSANDRA-19982: --- Description: Using the QueryBuilder to build a statement that uses both

[jira] [Created] (CASSANDRA-19982) Select Query Builder puts 'Limit' and 'Per Partition Limit' in the wrong order

2024-10-04 Thread David Stringer (Jira)
David Stringer created CASSANDRA-19982: -- Summary: Select Query Builder puts 'Limit' and 'Per Partition Limit' in the wrong order Key: CASSANDRA-19982 URL: https://issues.apache.org/j

Results for 15.0.0 20241002 (experimental) [master r15-4030-g5bf78cf0a2a] (GCC) testsuite on hppa-unknown-linux-gnu

2024-10-04 Thread John David Anglin
LAST_UPDATED: Wed Oct 2 15:41:35 UTC 2024 (revision r15-4030-g5bf78cf0a2a) Native configuration is hppa-unknown-linux-gnu === gcc tests === Running target unix FAIL: gcc.c-torture/compile/pr92618.c -O1 (internal compiler error: maximum number of generated reload insns per i

Re: strawman proposal: homed directories for users

2024-10-04 Thread David Cantrell
he system and I know others do as well. I would rather see anaconda modified so that if I am creating a user account at install time, check for /home/USERNAME and if USERNAME matches and the UID and GID matches, just don't create the home directory. That is, -M on user

Re: [PATCH v1] Add -ftime-report-wall

2024-10-04 Thread David Malcolm
On Thu, 2024-10-03 at 11:15 -0700, Andi Kleen wrote: > > The only consumer I know of for the JSON time report data is in the > > integration tests I wrote for -fanalyzer, which assumes that all > > fields > > are present when printing, and then goes on to use the "user" times > > for > > summarizin

Re: [marxmail] Campaigning to end the electoral college

2024-10-04 Thread David Walters via groups.io
No, one doesn't need a constitutional convention, one needs it to pass the house and senate but super majority, signed by the President (I think) and then 3/4 of the states have to approve it. Amending the constitution is spelled out clearly in the constitution itself.

Bug#1084052: glibc: FTBFS on hppa - bogus warning/error

2024-10-04 Thread John David Anglin
Source: glibc Version: 2.40-3 Severity: normal Tags: ftbfs Dear Maintainer, See: https://buildd.debian.org/status/fetch.php?pkg=glibc&arch=hppa&ver=2.40-3&stamp=1727346571&raw=0 This is gcc bug 112358. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112358 The patch in Comment 10 fixes build

Bug#1084052: glibc: FTBFS on hppa - bogus warning/error

2024-10-04 Thread John David Anglin
Source: glibc Version: 2.40-3 Severity: normal Tags: ftbfs Dear Maintainer, See: https://buildd.debian.org/status/fetch.php?pkg=glibc&arch=hppa&ver=2.40-3&stamp=1727346571&raw=0 This is gcc bug 112358. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112358 The patch in Comment 10 fixes build

Re: [PATCH v7 00/16] Fix allocation bugs and prevent future ones

2024-10-04 Thread David Marchand
On Fri, Oct 4, 2024 at 4:28 PM David Marchand wrote: > > On Wed, Oct 2, 2024 at 8:39 PM Stephen Hemminger > wrote: > > > > Recent versions of GCC have some additional function attributes that can > > help with DPDK performance and stability. > > > > The a

[blink-dev] Intent to Ship: Improvements to styling structure of and elements

2024-10-04 Thread David Baron
Contact emailsdba...@chromium.org Explainerhttps://github.com/dbaron/details-styling https://dbaron.github.io/details-styling/phase-1 Specification https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements Summary Support more CSS styling for the structure of and

Re: [PATCH] eal/x86: fix 32-bit write-combined stores

2024-10-04 Thread David Marchand
-bit code, causing issues. Thankfully, the prefix is unnecessary in > 64-bit code, since the data size used is 32-bits. > > Fixes: 8a00dfc738fe ("eal: add write combining store") > Cc: sta...@dpdk.org > > Signed-off-by: Bruce Richardson Thanks for the fix, and reviews. Applied. -- David Marchand

Re: [PATCH 1/2] eal: enable CPPC support in power library

2024-10-04 Thread David Marchand
with power: as it is not a patch in EAL. Is this a fix? If so, please add a Fixes: tag and Cc: stable. Same comment for patch 2 of the series. Thanks. -- David marchand

Re: [PATCH 1/2] eal/linux: fix VFIO hotplug with multiprocess

2024-10-04 Thread David Marchand
Hello Anatoly, On Mon, Sep 16, 2024 at 2:31 PM David Marchand wrote: > > At the moment, if VFIO is not available at DPDK init, it won't be > available unless a subsequent rte_vfio_enable() is done. > > Yet, even if rte_vfio_enable() is called again in primary and seco

Re: [PATCH v7 00/16] Fix allocation bugs and prevent future ones

2024-10-04 Thread David Marchand
notations in rte_malloc. Was there an issue with this patch, or is it just a series submission issue? -- David Marchand

[jira] [Updated] (AVRO-4074) Optimization for Serializing ASCII Strings

2024-10-04 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/AVRO-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor updated AVRO-4074: - Attachment: CaptureAvroJMHStringGetBytes.PNG > Optimization for Serializing ASCII Stri

[jira] [Assigned] (AVRO-4074) Optimization for Serializing ASCII Strings

2024-10-04 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/AVRO-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor reassigned AVRO-4074: > Optimization for Serializing ASCII Stri

[jira] [Created] (AVRO-4074) Optimization for Serializing ASCII Strings

2024-10-04 Thread David Mollitor (Jira)
David Mollitor created AVRO-4074: Summary: Optimization for Serializing ASCII Strings Key: AVRO-4074 URL: https://issues.apache.org/jira/browse/AVRO-4074 Project: Apache Avro Issue Type

Re: [PATCH v5 00/18] NXP DPAA ETH driver enhancement and fixes

2024-10-04 Thread David Marchand
t; drivers/net/dpaa/dpaa_rxtx.c | 378 -- > drivers/net/dpaa/dpaa_rxtx.h | 152 +++--- > drivers/net/dpaa/meson.build | 1 + > 19 files changed, 2105 insertions(+), 512 deletions(-) > create mode 100644 drivers/net/dpaa/dpaa_ptp.c Please Hemant, I see this series reintroduces \n issue in drivers/bus/dpaa/base/fman (use of macro FMAN_ERR). Can you send fixes against next-net ? Thanks. -- David Marchand

Re: [PATCH v5 06/18] net/dpaa: support Tx confirmation to enable PTP

2024-10-04 Thread David Marchand
DPAA_PMD_ERR("Failed to alloc mem for TX conf queues\n"); No need for \n. Please send a fix against next-net. > + ret = -ENOMEM; > + goto free_rx; > + } > + -- David Marchand

Re: [PATCH v9 8/8] net/hns3: support filter registers by module names

2024-10-04 Thread David Marchand
== 0) { > + hns3_get_module_names(names, HNS3_MAX_MODULES_LEN); > + hns3_err(hw, "mismatched module name! Available names > are:\n%s.", > +names); No need for \n. Please send a fix against next-net. > + } > + return modules; > } > > static int -- David Marchand

Re: [PATCH v6 2/2] net/bnxt: code refactor for supporting speed lanes

2024-10-04 Thread David Marchand
duplex\n"), A \n slipped in with the "half-duplex" string. Please send a fix against next-net. > + (uint16_t)bp->link_info->active_lanes); > else > - PMD_DRV_LOG(INFO, "Port %d Link Down\n", > - eth_dev->data->port_id); > + PMD_DRV_LOG(INFO, "Port %d Link Down\n", > eth_dev->data->port_id); > } > > /* -- David Marchand

[jira] [Commented] (KAFKA-4566) Can't Symlink to Kafka bins

2024-10-04 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886922#comment-17886922 ] David Arthur commented on KAFKA-4566: - As [~cmccabe] mentioned here [h

[jira] [Updated] (KAFKA-4566) Can't Symlink to Kafka bins

2024-10-04 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur updated KAFKA-4566: Fix Version/s: 4.1.0 > Can't Symlink to Ka

Re: [v2 7/7] crypto/dpaa2_sec: rework debug code

2024-10-04 Thread David Marchand
ot;); > + if (!DPAA2_GET_FD_IVP(fd)) { > + offset += sprintf(&debug_str[offset], "bpid = %d ", > + DPAA2_GET_FD_BPID(fd)); > + } > + offset += sprintf(&debug_str[offset], > + "private size = %d ", dst->pool->private_data_size); > + offset += sprintf(&debug_str[offset], > + "addr %p, fdaddr =%" PRIx64 ", off =%d, len =%d\n", Idem. > + dst->buf_addr, DPAA2_GET_FD_ADDR(fd), > + DPAA2_GET_FD_OFFSET(fd), DPAA2_GET_FD_LEN(fd)); > + DPAA2_SEC_DP_DEBUG("%s", debug_str); > +#endif > > /* free the fle memory */ > if (likely(rte_pktmbuf_is_contiguous(src))) { I see this patch is already merged in next-crypto. Please, can this be fixed before reaching main? Thanks. -- David Marchand

Re: [FRnOG] [ALERT] incident collecte CELAN/C2E

2024-10-04 Thread David Ponzone
Pas chez moi. Quel SRTHD ? David > Le 4 oct. 2024 à 15:22, Anthony Frnog a écrit : > > Bonjour > > Nous constatons une majorité de nos liens Orange sdsl et fibre qui sont > tombés depuis une heure environ. > > Est ce certains d entre

Re: [openstreetmap/openstreetmap-website] Update error pages (PR #5131)

2024-10-04 Thread David Tsiklauri via rails-dev
@nertc commented on this pull request. > @@ -1,3 +1,5 @@ + I know that these two lines were copied from the `_head.html.erb`, but for the consistency of this file, I think, it will be better if we use `<%= tag.meta ... %>` instead. -- Reply to this email directly or view it on GitHub: https

Re: [openstreetmap/openstreetmap-website] Update error pages (PR #5131)

2024-10-04 Thread David Tsiklauri via rails-dev
Is there anything that prevents Bootstrap and `common.scss` to be used for the error pages? It would need less SCSS code, and it would be much more consistent. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5131#issuecomment-2393

Re: [PATCH v2 00/14] Use RTE_LOG_LINE in drivers

2024-10-04 Thread David Marchand
On Thu, Sep 12, 2024 at 10:27 AM David Marchand wrote: > > This is a continuation of the cleanup effort in logging macros. > > As a reminder of what this series is about, RTE_LOG_LINE() has been > introduced to check that the format string does not contain a trailing \n. > The g

Re: [PATCH V2 01/13] machine: alloc-anon option

2024-10-04 Thread David Hildenbrand
On 04.10.24 14:33, Peter Xu wrote: On Fri, Oct 04, 2024 at 12:14:35PM +0200, David Hildenbrand wrote: On 03.10.24 18:14, Peter Xu wrote: On Mon, Sep 30, 2024 at 12:40:32PM -0700, Steve Sistare wrote: Allocate anonymous memory using mmap MAP_ANON or memfd_create depending on the value of the

Re: [PATCH 0/4] Enable more unit tests

2024-10-04 Thread David Marchand
| 2 +- > app/test/test_timer_secondary.c | 2 +- > 4 files changed, 23 insertions(+), 37 deletions(-) I merged the alarm test cleanups, which means patch 1 is superseded. The red and the timer secondary tests can't be put in fast-tests. I merged the cksum patch only and updated patchwork accordingly. Thanks. -- David Marchand

[kwin] [Bug 494083] kwin_wayland freezes or crashes while browsing windy.com in Chrome

2024-10-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=494083 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk Resolution

[jira] [Commented] (NIFI-13823) Inconsistency between nifi.web.proxy.host format and TLS SubjectAlternativeNames

2024-10-04 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886899#comment-17886899 ] David Handermann commented on NIFI-13823: - Co

Re: [PATCH 4/4] test: run timer secondary tests as part of fast suite

2024-10-04 Thread David Marchand
condary.c > @@ -224,4 +224,4 @@ test_timer_secondary(void) > > #endif /* !RTE_EXEC_ENV_WINDOWS */ > > -REGISTER_TEST_COMMAND(timer_secondary_autotest, test_timer_secondary); > +REGISTER_FAST_TEST(timer_secondary_autotest, false, true, > test_timer_secondary); > -- > 2.43.0 > This test timed out in GHA. -- David Marchand

Re: [PATCH 3/4] test: make red test part of fast suite

2024-10-04 Thread David Marchand
On Thu, Aug 8, 2024 at 6:18 PM Stephen Hemminger wrote: > > On Tue, 6 Aug 2024 14:28:13 +0200 > David Marchand wrote: > > > On Thu, Jul 18, 2024 at 9:11 PM Stephen Hemminger > > wrote: > > > > > > The red tests were not run because not part of any sui

Re: Renaming baseMoment

2024-10-04 Thread David Kastrup
Dan Eble writes: > On 2024-10-04 03:59, David Kastrup wrote: > >> This isn't one. What is more of an issue that a lot of properties >> taking a ly:moment? should rather be taking an exact rational >> (because they will never have grace parts), and the reason tha

Re: [PATCH] eal/alarm_cancel: Fix thread starvation

2024-10-04 Thread David Marchand
causing the issue to occur. > > Signed-off-by: Wojciech Panfil Reviewed-by: Stephen Hemminger Applied, thanks (and welcome) Wojciech. -- David Marchand

Re: [PATCH v2 0/3] alarm test fixes

2024-10-04 Thread David Marchand
files changed, 57 insertions(+), 35 deletions(-) Thanks for the cleanup, and reviews. Series applied. -- David Marchand

Re: [PATCH v12 0/4] add support for self monitoring

2024-10-04 Thread David Marchand
ents. As of today > raw events are not supported. > > v12: > - rebase old series It seems the series was rebased on next-net (I see a reference to some RN entry in next-net). Can you rebase on main so CI can test it? Thanks. -- David Marchand

Re: [PATCH V2 01/13] machine: alloc-anon option

2024-10-04 Thread David Hildenbrand
ly run into something else even without any warning.. I wished we dig into what is missing, but maybe that's too trivial. If not, we still need to make this as solid. Perhaps that can be a ram flag and let relevant callers pass in that flag explicitly. How would they decide whether or not we want to set the flag in the current configuration? I think RAM_SHARED can actually be that flag already - I mean, in all paths that we may create anon mem (but not memory-backend-* objects), is it always safe we always switch to RAM_SHARED from anon? Do you mean only setting the flag (-> anonymous shmem) or switching also to memfd, which is a bigger change? -- Cheers, David / dhildenb

Re: [PATCH v6 5/7] eal: provide option to use compiler memcpy instead of RTE

2024-10-04 Thread David Marchand
le to reduce complexity. And this is why an obscure option is probably the best so that performance tests can be run with the compiler, without breaking existing users. If what I replied is irrelevant to others, well, I will let others review _*in* *depth*_ and Thomas can merge the series. Thanks. -- David Marchand

[kwin] [Bug 471106] Implementation of Window stacking using Tabs for tiled layouts

2024-10-04 Thread David Pérez
https://bugs.kde.org/show_bug.cgi?id=471106 David Pérez changed: What|Removed |Added CC||david.perez.ingeniero@gmail

post-insert-hook

2024-10-04 Thread David Bremner
The post-insert-hook is only called by notmuch-insert. You can find discussion of the --keep hook in notmuch-insert(1). The hook itself is documented in notmuch-hooks(5). ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email t

[coreboot] Re: Recent disciplinary action taken

2024-10-04 Thread David Hendricks via coreboot
It's very late where I live, so I'll keep this brief and reply to other points later. As indicated by this thread a lot of people really like working with Nico.Do we really want our community to have the lowest common denominator of what everyone can stomach communication-wise, determine

Re: Renaming baseMoment

2024-10-04 Thread David Kastrup
have exact rationals. That is also the reason for the existence of functions like ly:moment-mul and ly:moment-div which make no sense whatsoever in terms of their argument and result types. -- David Kastrup

Re: [PATCH v6 6/7] ci: test compiler memcpy

2024-10-04 Thread David Marchand
^^ We only test the true value here. + OPTS="$OPTS -Duse_cc_memcpy=$CCMEMCPY" > if [ "$MINI" = "true" ]; then > OPTS="$OPTS -Denable_drivers=net/null" > OPTS="$OPTS -Ddisable_libs=*" -- David Marchand

Re: [PATCH v6 5/7] eal: provide option to use compiler memcpy instead of RTE

2024-10-04 Thread David Marchand
tic void * > rte_memcpy(void *dst, const void *src, size_t n); > > -#endif /* __DOXYGEN__ */ Removing this DOXYGEN here should be ok. CI will tell us. > diff --git a/lib/eal/x86/include/meson.build b/lib/eal/x86/include/meson.build > index 52d2f8e969..09c2fe2485 100644 > --- a/lib/eal/x86/include/meson.build > +++ b/lib/eal/x86/include/meson.build > @@ -16,6 +16,7 @@ arch_headers = files( > 'rte_spinlock.h', > 'rte_vect.h', > ) > + Unrelated change. > arch_indirect_headers = files( > 'rte_atomic_32.h', > 'rte_atomic_64.h', -- David Marchand

[jira] [Resolved] (KAFKA-16106) group size counters do not reflect the actual sizes when operations fail

2024-10-04 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16106. - Fix Version/s: 4.0.0 Assignee: Dongnuo Lyu (was: Jeff Kim) Resolution: Fixed

[jira] [Resolved] (KAFKA-16106) group size counters do not reflect the actual sizes when operations fail

2024-10-04 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-16106. - Fix Version/s: 4.0.0 Assignee: Dongnuo Lyu (was: Jeff Kim) Resolution: Fixed

RE: [PROPOSAL] Add streaming support to PartialOperator

2024-10-04 Thread Blain David
s a leader in a space try to convince others to do things in one way, but pretty much everyone is not following and stubbornly attempt to use the thing you think is wrong, maybe it's a good time to think "well maybe they are right". J. On Thu, Oct 3, 2024 at 8:10 PM Daniel Standis

  1   2   3   4   5   6   7   8   9   10   >