You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by Jerry Tan <je...@apache.org> on 2022/11/21 07:33:38 UTC

Hi, any status for RDMA support?

hi,

RDMA support feature has been integrated into the trunk,

any test result for it?

then we can decide what to do next,
maybe a new version
or a lot of bugfix is in the schedule?

thanks

Re: Re:Re: Hi, any status for RDMA support?

Posted by Jerry Tan <je...@apache.org>.
thanks, zhaogeng

On 2022/11/22 14:02:03 Zhaogeng Li wrote:
> We are still working on the feature allowing user managed memory.
> To make it easy to use, we keep discussion with our users.
> Hope we can add this feature in the next release.
> 
> 
> 
> 
> Thanks,
> Zhaogeng
> 
> At 2022-11-21 22:25:06, "Jerry Tan" <je...@apache.org> wrote:
> >ok, it looks go well
> >
> >On 2022/11/21 07:55:45 Weibing Wang wrote:
> >> Hi
> >> 
> >> After RDMA support merged, we have received some feedback, and some
> >> PRs with RDMA improvement have been merge:
> >> 
> >> * https://github.com/apache/incubator-brpc/pull/1967
> >> * https://github.com/apache/incubator-brpc/pull/1982
> >> * https://github.com/apache/incubator-brpc/pull/1984
> >> * https://github.com/apache/incubator-brpc/pull/1985
> >> 
> >> Some of these PRs are from our users. That's great.
> >> Now we are working for a new feature that allows user managed memory
> >> to be registered for RDMA:
> >> https://github.com/apache/incubator-brpc/pull/2005
> >> 
> >> 
> >> Best Regards
> >> Weibing
> >> 
> >> On Mon, Nov 21, 2022 at 3:33 PM Jerry Tan <je...@apache.org> wrote:
> >> >
> >> > hi,
> >> >
> >> > RDMA support feature has been integrated into the trunk,
> >> >
> >> > any test result for it?
> >> >
> >> > then we can decide what to do next,
> >> > maybe a new version
> >> > or a lot of bugfix is in the schedule?
> >> >
> >> > thanks
> >> 
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
> >> For additional commands, e-mail: dev-help@brpc.apache.org
> >> 
> >> 
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
> >For additional commands, e-mail: dev-help@brpc.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


Re:Re: Hi, any status for RDMA support?

Posted by Zhaogeng Li <li...@yeah.net>.
We are still working on the feature allowing user managed memory.
To make it easy to use, we keep discussion with our users.
Hope we can add this feature in the next release.




Thanks,
Zhaogeng

At 2022-11-21 22:25:06, "Jerry Tan" <je...@apache.org> wrote:
>ok, it looks go well
>
>On 2022/11/21 07:55:45 Weibing Wang wrote:
>> Hi
>> 
>> After RDMA support merged, we have received some feedback, and some
>> PRs with RDMA improvement have been merge:
>> 
>> * https://github.com/apache/incubator-brpc/pull/1967
>> * https://github.com/apache/incubator-brpc/pull/1982
>> * https://github.com/apache/incubator-brpc/pull/1984
>> * https://github.com/apache/incubator-brpc/pull/1985
>> 
>> Some of these PRs are from our users. That's great.
>> Now we are working for a new feature that allows user managed memory
>> to be registered for RDMA:
>> https://github.com/apache/incubator-brpc/pull/2005
>> 
>> 
>> Best Regards
>> Weibing
>> 
>> On Mon, Nov 21, 2022 at 3:33 PM Jerry Tan <je...@apache.org> wrote:
>> >
>> > hi,
>> >
>> > RDMA support feature has been integrated into the trunk,
>> >
>> > any test result for it?
>> >
>> > then we can decide what to do next,
>> > maybe a new version
>> > or a lot of bugfix is in the schedule?
>> >
>> > thanks
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
>> For additional commands, e-mail: dev-help@brpc.apache.org
>> 
>> 
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
>For additional commands, e-mail: dev-help@brpc.apache.org

Re: Hi, any status for RDMA support?

Posted by Jerry Tan <je...@apache.org>.
ok, it looks go well

On 2022/11/21 07:55:45 Weibing Wang wrote:
> Hi
> 
> After RDMA support merged, we have received some feedback, and some
> PRs with RDMA improvement have been merge:
> 
> * https://github.com/apache/incubator-brpc/pull/1967
> * https://github.com/apache/incubator-brpc/pull/1982
> * https://github.com/apache/incubator-brpc/pull/1984
> * https://github.com/apache/incubator-brpc/pull/1985
> 
> Some of these PRs are from our users. That's great.
> Now we are working for a new feature that allows user managed memory
> to be registered for RDMA:
> https://github.com/apache/incubator-brpc/pull/2005
> 
> 
> Best Regards
> Weibing
> 
> On Mon, Nov 21, 2022 at 3:33 PM Jerry Tan <je...@apache.org> wrote:
> >
> > hi,
> >
> > RDMA support feature has been integrated into the trunk,
> >
> > any test result for it?
> >
> > then we can decide what to do next,
> > maybe a new version
> > or a lot of bugfix is in the schedule?
> >
> > thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
> For additional commands, e-mail: dev-help@brpc.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


Re: Hi, any status for RDMA support?

Posted by Weibing Wang <ww...@apache.org>.
Hi

After RDMA support merged, we have received some feedback, and some
PRs with RDMA improvement have been merge:

* https://github.com/apache/incubator-brpc/pull/1967
* https://github.com/apache/incubator-brpc/pull/1982
* https://github.com/apache/incubator-brpc/pull/1984
* https://github.com/apache/incubator-brpc/pull/1985

Some of these PRs are from our users. That's great.
Now we are working for a new feature that allows user managed memory
to be registered for RDMA:
https://github.com/apache/incubator-brpc/pull/2005


Best Regards
Weibing

On Mon, Nov 21, 2022 at 3:33 PM Jerry Tan <je...@apache.org> wrote:
>
> hi,
>
> RDMA support feature has been integrated into the trunk,
>
> any test result for it?
>
> then we can decide what to do next,
> maybe a new version
> or a lot of bugfix is in the schedule?
>
> thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org