Skip to content

contrib: add qatzstd compressor#32166

Merged
phlax merged 31 commits intoenvoyproxy:mainfrom
giantcroc:zstd_upstream
Mar 17, 2024
Merged

contrib: add qatzstd compressor#32166
phlax merged 31 commits intoenvoyproxy:mainfrom
giantcroc:zstd_upstream

Conversation

@giantcroc
Copy link
Copy Markdown

Commit Message: add qatzstd compressor as contrib extension #32165
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

giantcroc added 5 commits January 29, 2024 23:02
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
@repokitteh-read-only repokitteh-read-only Bot added the deps Approval required for changes to Envoy's external dependencies label Feb 2, 2024
@repokitteh-read-only
Copy link
Copy Markdown

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @htuch

🐱

Caused by: #32166 was opened by giantcroc.

see: more, trace.

Comment thread api/BUILD Outdated
giantcroc added 4 commits February 3, 2024 19:23
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
@giantcroc
Copy link
Copy Markdown
Author

sorry, has to use force-push to fix DCO issue.

@soulxu
Copy link
Copy Markdown
Member

soulxu commented Feb 4, 2024

/assign @soulxu

giantcroc added 2 commits February 4, 2024 01:40
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
Comment thread contrib/qat/compression/qatzstd/compressor/source/config.cc Outdated
Comment thread api/contrib/envoy/extensions/compression/qatzstd/compressor/v3alpha/qatzstd.proto Outdated
Comment thread contrib/qat/compression/qatzstd/compressor/source/qatzstd_compressor_impl.h Outdated
Signed-off-by: giantcroc <changran.wang@intel.com>
Copy link
Copy Markdown
Member

@soulxu soulxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! last few questions

giantcroc added 2 commits March 4, 2024 22:21
Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
soulxu
soulxu previously approved these changes Mar 5, 2024
Copy link
Copy Markdown
Member

@soulxu soulxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@soulxu
Copy link
Copy Markdown
Member

soulxu commented Mar 5, 2024

cc @htuch would you like to talk a look at this PR? thanks!

Comment thread bazel/foreign_cc/qatzstd.patch Outdated
- QATFLAGS += -DENABLE_USDM_DRV
- LDFLAGS += -lusdm
- endif
+ QATFLAGS += -DENABLE_USDM_DRV
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR in general is LGTM except for this patch. Is there a way you can make changes upstream so Envoy builds patch-less? Thanks. This really helps with maintenance.

Copy link
Copy Markdown
Author

@giantcroc giantcroc Mar 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, we have reduced most of the patch, and the remaining code in the patch will be updated in next release, let me know if this is acceptable, thanks!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, thanks, I think this is fine, in particular if this is gone in the next release. Appreciate the upstream work here!

Signed-off-by: giantcroc <changran.wang@intel.com>
Signed-off-by: giantcroc <changran.wang@intel.com>
@giantcroc
Copy link
Copy Markdown
Author

/retest

1 similar comment
@giantcroc
Copy link
Copy Markdown
Author

/retest

Signed-off-by: giantcroc <changran.wang@intel.com>
Copy link
Copy Markdown
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@repokitteh-read-only repokitteh-read-only Bot removed the deps Approval required for changes to Envoy's external dependencies label Mar 14, 2024
@htuch htuch enabled auto-merge (squash) March 14, 2024 22:37
@giantcroc
Copy link
Copy Markdown
Author

/retest

2 similar comments
@giantcroc
Copy link
Copy Markdown
Author

/retest

@giantcroc
Copy link
Copy Markdown
Author

/retest

@giantcroc
Copy link
Copy Markdown
Author

@phlax Hi, the CI seems get stuck, could you help to fix it so that we can merge this PR? Thanks!

@soulxu
Copy link
Copy Markdown
Member

soulxu commented Mar 17, 2024

@giantcroc would you mind to submit a empty commit, then retrigger the CI, then I can help you merge the PR

Signed-off-by: giantcroc <changran.wang@intel.com>
@giantcroc
Copy link
Copy Markdown
Author

@giantcroc would you mind to submit a empty commit, then retrigger the CI, then I can help you merge the PR

Sure, thanks!

@phlax phlax disabled auto-merge March 17, 2024 13:51
@phlax
Copy link
Copy Markdown
Member

phlax commented Mar 17, 2024

apologies i missed the earlier ping - ill push this through now

@phlax phlax merged commit 9e447bf into envoyproxy:main Mar 17, 2024
ericvn pushed a commit to ericvn/proxy that referenced this pull request Mar 19, 2024
ericvn pushed a commit to ericvn/proxy that referenced this pull request Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants